FlexGrid for WinForms
ShowSortPosition Property



Gets or sets a value that determines the position of the sort glyphs within column header cells.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets a value that determines the position of the sort glyphs within column header cells.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Property ShowSortPosition As ShowSortPositionEnum
'Usage
 
Dim instance As C1FlexGridBase
Dim value As ShowSortPositionEnum
 
instance.ShowSortPosition = value
 
value = instance.ShowSortPosition
[C1Description("Gets or sets a value that determines the position of the sort glyphs within column header cells.")]
[DefaultValue()]
[Category("Appearance")]
public ShowSortPositionEnum ShowSortPosition {get; set;}
[C1Description("Gets or sets a value that determines the position of the sort glyphs within column header cells.")]
[DefaultValue()]
[Category("Appearance")]
public:
property ShowSortPositionEnum ShowSortPosition {
   ShowSortPositionEnum get();
   void set (    ShowSortPositionEnum value);
}
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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback