Intersoft WebGrid Documentation
SortOrder Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridGroup Class : SortOrder Property






Gets or sets the sort order of the WebGridGroup object.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the sort order of the WebGridGroup object.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property SortOrder As SortOrder
Visual Basic (Usage)Copy Code
Dim instance As WebGridGroup
Dim value As SortOrder
 
instance.SortOrder = value
 
value = instance.SortOrder
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the sort order of the WebGridGroup object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public SortOrder SortOrder {get; set;}
Delphi 
public read-write property SortOrder: SortOrder; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the sort order of the WebGridGroup object.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set SortOrder : SortOrder
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the sort order of the WebGridGroup object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property SortOrder get_SortOrder();
public: __property void set_SortOrder( 
   SortOrder value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the sort order of the WebGridGroup object.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property SortOrder SortOrder {
   SortOrder get();
   void set (    SortOrder 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.