'Declaration Public Enum GlyphType Inherits System.Enum
public enum GlyphType : System.Enum
'Declaration Public Enum GlyphType Inherits System.Enum
public enum GlyphType : System.Enum
Member | Description |
---|---|
AddNewRow | Indicates the AddNew row in the record selector. |
CheckBoxChecked | Indicates Checkbox in checked state. |
CheckBoxIndeterminate | Indicates Checkbox in indeterminate state. |
CheckBoxUnchecked | Indicates Checkbox in unchecked state. |
ColInsertLeft | Indicates the left position where column can be inserted. |
ColInsertUp | Indicates the up position where column can be inserted. |
Collapsed | Indicates the Collapsed tree node (default is plus sign). |
CurrentRow | Indicates the Current row in the record selector. |
Expanded | Indicates the Expanded tree node (default is minus sign). |
ExpressionEditor | Indicates that a column has a expression editor. |
FilterBar | Indicates the FilterBar row in the record selector. |
FilteredColumn | Indicates that a column has a filter currently active. |
FilterEditor | Indicates that a column has a drop-down filter editor. |
FooterRow | Indicates the Footer row in the record selector. |
HeaderRow | Indicates the Header row in the record selector. |
ModifiedRow | Indicates the Modified row in the record selector. |
SortAscending | Indicates column sorted in ascending order. |
SortDescending | Indicates column sorted in descending order |
StandardRow | Indicates the Standard row in the record selector. |
System.Object
System.ValueType
System.Enum
C1.Win.TrueDBGrid.GlyphType