Intersoft WebGrid Documentation
EnableGroupRowPaging Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridClientBindingSettings Class : EnableGroupRowPaging Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether the rows within groups should be paged to improve virtual load performance. ")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property EnableGroupRowPaging As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridClientBindingSettings
Dim value As Boolean
 
instance.EnableGroupRowPaging = value
 
value = instance.EnableGroupRowPaging
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether the rows within groups should be paged to improve virtual load performance. ")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool EnableGroupRowPaging {get; set;}
Delphi 
public read-write property EnableGroupRowPaging: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether the rows within groups should be paged to improve virtual load performance. ")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set EnableGroupRowPaging : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether the rows within groups should be paged to improve virtual load performance. ")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_EnableGroupRowPaging();
public: __property void set_EnableGroupRowPaging( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether the rows within groups should be paged to improve virtual load performance. ")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool EnableGroupRowPaging {
   bool get();
   void set (    bool value);
}

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

©2012 Intersoft Solutions Corp. All Rights Reserved.