C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : ShowSortPosition Property |
'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); }
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