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






Syntax

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