Intersoft WebGrid Documentation
SortedColumns Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : SortedColumns 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()>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property SortedColumns As WebGridGroupCollection
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As WebGridGroupCollection
 
value = instance.SortedColumns
C# 
[DescriptionAttribute("Gets the collection of WebGridGroup objects.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public WebGridGroupCollection SortedColumns {get;}
Delphi 
public read-only property SortedColumns: WebGridGroupCollection; 
JScript 
DescriptionAttribute("Gets the collection of WebGridGroup objects.")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
BrowsableAttribute()
NotifyParentPropertyAttribute()
public function get SortedColumns : WebGridGroupCollection
Managed Extensions for C++ 
[DescriptionAttribute("Gets the collection of WebGridGroup objects.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public: __property WebGridGroupCollection* get_SortedColumns();
C++/CLI 
[DescriptionAttribute("Gets the collection of WebGridGroup objects.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public:
property WebGridGroupCollection^ SortedColumns {
   WebGridGroupCollection^ get();
}

Remarks

WebGridGroup object is shared for both GroupedColumns and SortedColumns since they provide same properties and functionalities.

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.