Back to Devexpress

TcxIndicatorKind Enum

vcl-cxlookandfeelpainters-d4a75953.md

latest2.0 KB
Original Source

TcxIndicatorKind Enum

Enumerates indicator cell icons.

Declaration

delphi
TcxIndicatorKind = (
    ikNone,
    ikArrow,
    ikEdit,
    ikInsert,
    ikMultiDot,
    ikMultiArrow,
    ikFilter,
    ikInplaceEdit
);

Members

Name
ikNone
ikArrow
ikEdit
ikInsert
ikMultiDot
ikMultiArrow
ikFilter
ikInplaceEdit

Remarks

Values include:

ValueDescriptionSample
ikNoneNo icon is displayed.
ikArrowThis 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).
ikEditThis icon marks the row (node) being currently edited or modified.
ikInsertThis icon marks an inserted row (node). In the TcxGrid control, this icon is also marks the new item row.
ikMultiDotThis icon marks a selected but not focused row (node).
ikMultiArrowThis icon marks the currently focused and selected row (node).
ikFilterThis icon marks the filter row in the TcxGrid control.
ikInplaceEditThis icon marks a row whose in-place Edit form displays unmodified data in the TcxGrid control.

See Also

cxLookAndFeelPainters Unit