Intersoft WebGrid Documentation
SortDescImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ImageSettings Class : SortDescImage Property






Specifies the sort descending image.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the sort descending image.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property SortDescImage As String
Visual Basic (Usage)Copy Code
Dim instance As ImageSettings
Dim value As String
 
instance.SortDescImage = value
 
value = instance.SortDescImage
C# 
[DescriptionAttribute("Specifies the sort descending image.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string SortDescImage {get; set;}
Delphi 
public read-write property SortDescImage: String; 
JScript 
DescriptionAttribute("Specifies the sort descending image.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set SortDescImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the sort descending image.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_SortDescImage();
public: __property void set_SortDescImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Specifies the sort descending image.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ SortDescImage {
   String^ get();
   void set (    String^ 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.