'Declaration
Public Enum AllowSortingEnum Inherits System.Enum
public enum AllowSortingEnum : System.Enum
'Declaration
Public Enum AllowSortingEnum Inherits System.Enum
public enum AllowSortingEnum : System.Enum
Member | Description |
---|---|
MultiColumn | The user may sort a range of columns by clicking on the header cell of the rightmost column in the range. |
None | The user may not sort columns with the mouse. |
SingleColumn | The user may sort single columns by clicking on its header cell. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.AllowSortingEnum