Intersoft WebGrid Documentation
UseValueListForSorting Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : UseValueListForSorting Property






Indicates whether the value list data should be used for sorting a column.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Indicates whether the value list data should be used for sorting a column.")>
Public Property UseValueListForSorting As ValueListSorting
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As ValueListSorting
 
instance.UseValueListForSorting = value
 
value = instance.UseValueListForSorting
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether the value list data should be used for sorting a column.")]
public ValueListSorting UseValueListForSorting {get; set;}
Delphi 
public read-write property UseValueListForSorting: ValueListSorting; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Indicates whether the value list data should be used for sorting a column.")
public function get,set UseValueListForSorting : ValueListSorting
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether the value list data should be used for sorting a column.")]
public: __property ValueListSorting get_UseValueListForSorting();
public: __property void set_UseValueListForSorting( 
   ValueListSorting value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether the value list data should be used for sorting a column.")]
public:
property ValueListSorting UseValueListForSorting {
   ValueListSorting get();
   void set (    ValueListSorting 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.