TcxIndicatorKind Enum
Enumerates indicator cell icons.
Declaration
TcxIndicatorKind = (
ikNone,
ikArrow,
ikEdit,
ikInsert,
ikMultiDot,
ikMultiArrow,
ikFilter,
ikInplaceEdit
);
Members
Name |
---|
ikNone
|
ikArrow
|
ikEdit
|
ikInsert
|
ikMultiDot
|
ikMultiArrow
|
ikFilter
|
ikInplaceEdit
|
Remarks
Values include:
Value | Description | Sample |
---|---|---|
ikNone |
No icon is displayed. | – |
ikArrow |
This icon marks the currently focused row (node). If more than one row (node) can be selected in the control, this icon marks the focused but not selected row (node). | |
ikEdit |
This icon marks the row (node) being currently edited or modified. | |
ikInsert |
This icon marks an inserted row (node). In the TcxGrid control, this icon is also marks the new item row. | |
ikMultiDot |
This icon marks a selected but not focused row (node). | |
ikMultiArrow |
This icon marks the currently focused and selected row (node). | |
ikFilter |
This icon marks the filter row in the TcxGrid control. | |
ikInplaceEdit |
This icon marks a row whose in-place Edit form displays unmodified data in the TcxGrid control. |
See Also