Intersoft WebGrid Documentation
AllowColumnFreezing Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : AllowColumnFreezing Property






Specifies whether the user is allowed to freeze column during runtime.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies whether the user is allowed to freeze column at runtime.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property AllowColumnFreezing As ColumnFreezing
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ColumnFreezing
 
instance.AllowColumnFreezing = value
 
value = instance.AllowColumnFreezing
C# 
[DescriptionAttribute("Specifies whether the user is allowed to freeze column at runtime.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public ColumnFreezing AllowColumnFreezing {get; set;}
Delphi 
public read-write property AllowColumnFreezing: ColumnFreezing; 
JScript 
DescriptionAttribute("Specifies whether the user is allowed to freeze column at runtime.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set AllowColumnFreezing : ColumnFreezing
Managed Extensions for C++ 
[DescriptionAttribute("Specifies whether the user is allowed to freeze column at runtime.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property ColumnFreezing get_AllowColumnFreezing();
public: __property void set_AllowColumnFreezing( 
   ColumnFreezing value
);
C++/CLI 
[DescriptionAttribute("Specifies whether the user is allowed to freeze column at runtime.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property ColumnFreezing AllowColumnFreezing {
   ColumnFreezing get();
   void set (    ColumnFreezing value);
}

Remarks

One of two main properties that need to be set to activate the LiveFreezing™ feature is AllowColumnFreezing Property in LayoutSettings. The other property is ActiveFrozenColumns in WebGridFreezePaneSettings WebGrid's unique LiveFreeze™ architecture enables frozen columns to stay visible eventhough the horizontal scrollbar of the WebGrid is scrolled.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Enable column freezing and configure initial settings

Concepts

Main Concept

Other Resources

Column Freezing
LiveFreeze™ behaviors and other notes

©2012 Intersoft Solutions Corp. All Rights Reserved.