Skip to main content

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). Arrow
ikEdit This icon marks the row (node) being currently edited or modified. Edit
ikInsert This icon marks an inserted row (node). In the TcxGrid control, this icon is also marks the new item row. Insert
ikMultiDot This icon marks a selected but not focused row (node). MultiDot
ikMultiArrow This icon marks the currently focused and selected row (node). MultiArrow
ikFilter This icon marks the filter row in the TcxGrid control. Filter
ikInplaceEdit This icon marks a row whose in-place Edit form displays unmodified data in the TcxGrid control. InplaceEdit
See Also