'Declaration
Public Enum GlyphEnum Inherits System.Enum
public enum GlyphEnum : System.Enum
'Declaration
Public Enum GlyphEnum Inherits System.Enum
public enum GlyphEnum : System.Enum
Member | Description |
---|---|
Ascending | Indicates column sorted in ascending order (default is hollow triangle pointing up). |
Checked | Checkbox in checked state. |
Collapsed | Collapsed tree node (default is plus sign). |
DBAdd | Indicates row being added to data source (default is asterisk). |
DBCursor | Indicates current record (default is black triangle pointing right). |
Descending | Indicates column sorted in descending order (default is hollow triangle pointing down). |
DetailCollapsed | Expanded row with details (default is minus sign). |
DetailExpanded | Collapsed row with details (default is plus sign). |
ErrorInfo | Indicates row or cell error (default is red exclamation sign). |
Expanded | Expanded tree node (default is minus sign). |
ExpressionEditor | Indicates that a column has a expression editor. |
FilteredColumn | Indicates that a column has a filter currently active. |
FilterEditor | Indicates that a column has a drop-down filter editor. |
Grayed | Checkbox in gray (undefined) state. |
Pin | Indicates that a column can be pinned (frozen). |
Unchecked | Checkbox in unchecked state. |
Unpin | Indicates that a column can be unpinned (regular). |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.GlyphEnum