Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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