Intersoft WebGrid Documentation
GroupedColumns Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : GroupedColumns Property






Gets the collection of WebGridGroup objects.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets the collection of WebGridGroup objects.")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property GroupedColumns As WebGridGroupCollection
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As WebGridGroupCollection
 
value = instance.GroupedColumns
C# 
[DescriptionAttribute("Gets the collection of WebGridGroup objects.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public WebGridGroupCollection GroupedColumns {get;}
Delphi 
public read-only property GroupedColumns: WebGridGroupCollection; 
JScript 
DescriptionAttribute("Gets the collection of WebGridGroup objects.")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
BrowsableAttribute()
public function get GroupedColumns : WebGridGroupCollection
Managed Extensions for C++ 
[DescriptionAttribute("Gets the collection of WebGridGroup objects.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public: __property WebGridGroupCollection* get_GroupedColumns();
C++/CLI 
[DescriptionAttribute("Gets the collection of WebGridGroup objects.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public:
property WebGridGroupCollection^ GroupedColumns {
   WebGridGroupCollection^ get();
}

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.