GrapeCity MultiRow Windows Forms Documentation
FilteredAndDescendingSorted Property


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