GrapeCity MultiRow Windows Forms Documentation
AscendingSorted Property


Gets or sets the image for ascending sort state.
Syntax
<SRDescriptionAttribute("Indicates an image for ascending sort state.")>
<DefaultValueAttribute()>
Public Property AscendingSorted As Image
Dim instance As DropDownButtonImages
Dim value As Image
 
instance.AscendingSorted = value
 
value = instance.AscendingSorted
[SRDescription("Indicates an image for ascending sort state.")]
[DefaultValue()]
public Image AscendingSorted {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.