Intersoft WebGrid Documentation
MaxFrozenColumns Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFreezePaneSettings Class : MaxFrozenColumns Property






Specifies the maximum number of columns that allowed to be frozen.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the maximum number of columns that allowed to be freeze.")>
Public Property MaxFrozenColumns As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridFreezePaneSettings
Dim value As Integer
 
instance.MaxFrozenColumns = value
 
value = instance.MaxFrozenColumns
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the maximum number of columns that allowed to be freeze.")]
public int MaxFrozenColumns {get; set;}
Delphi 
public read-write property MaxFrozenColumns: Integer; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the maximum number of columns that allowed to be freeze.")
public function get,set MaxFrozenColumns : int
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the maximum number of columns that allowed to be freeze.")]
public: __property int get_MaxFrozenColumns();
public: __property void set_MaxFrozenColumns( 
   int value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the maximum number of columns that allowed to be freeze.")]
public:
property int MaxFrozenColumns {
   int get();
   void set (    int value);
}

Remarks

For best display of column freezing, set the MaxFrozenColumns to appropriate value where the frozen columns can be keep visible even in minimum window size.

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

WebGridFreezePaneSettings Class
WebGridFreezePaneSettings Members

Concepts

Main Concept
Column Freezing

Other Resources

LiveFreeze™ behaviors and other notes

©2012 Intersoft Solutions Corp. All Rights Reserved.