GrapeCity MultiRow Windows Forms Documentation
FilteredAndAscendingSorted Property


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