GrapeCity MultiRow Windows Forms Documentation
SortGlyphAscendingImage Property


Gets or sets the sort glyph image for ascending order.
Syntax
<LocalizableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the sort glyph image for ascending order.")>
Public Property SortGlyphAscendingImage As Image
Dim instance As ColumnHeaderCell
Dim value As Image
 
instance.SortGlyphAscendingImage = value
 
value = instance.SortGlyphAscendingImage
[Localizable(true)]
[RefreshProperties(RefreshProperties.All)]
[DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates the sort glyph image for ascending order.")]
public Image SortGlyphAscendingImage {get; set;}

Property Value

The image for ascending.
Remarks
The size of this image will be drawn as no greater than 15 pixels by 15 pixels.
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

ColumnHeaderCell Class
ColumnHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.