GrapeCity MultiRow Windows Forms Documentation
DescendingSorted Property


Gets or sets the image for descending sort state.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates an image for descending sort state.")>
Public Property DescendingSorted As Image
Dim instance As DropDownButtonImages
Dim value As Image
 
instance.DescendingSorted = value
 
value = instance.DescendingSorted
[DefaultValue()]
[SRDescription("Indicates an image for descending sort state.")]
public Image DescendingSorted {get; set;}

Property Value

The System.Drawing.Image object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownButtonImages Class
DropDownButtonImages Members

 

 


Copyright © GrapeCity, inc. All rights reserved.