[]
Specifies a type of glyph (image) used by the grid.
public enum GlyphType
| Name | 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. |
| FilterEditor | Indicates that a column has a drop-down filter editor. |
| FilteredColumn | Indicates that a column has a filter currently active. |
| 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. |