FlexGrid for WinForms
ShowSortPositionEnum Enumeration



Specifies the position of the sort glyphs within the column header cells.
Syntax
'Declaration
 
Public Enum ShowSortPositionEnum 
   Inherits System.Enum
'Usage
 
Dim instance As ShowSortPositionEnum
public enum ShowSortPositionEnum : System.Enum 
public enum class ShowSortPositionEnum : public System.Enum 
Members
MemberDescription
AutoShow sort glyphs on the top of the column header cells if filtering is enabled, and on the right otherwise.
NoneDo not show sort glyphs.
RightShow sort glyphs on the right of the column header cells.
TopShow sort glyphs on the top of the column header cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ShowSortPositionEnum

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

C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback