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






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

Syntax

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

Remarks

When this property is set to Yes, the text field of the value list will be used to sort a column instead of the original data in the column. This feature allows developers to automatically perform column sorting easily based on data text field defined in the value list.

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.