TcxIndicatorKind Enum
In This Article
Enumerates indicator cell icons.
#Declaration
Delphi
TcxIndicatorKind = (
ikNone,
ikArrow,
ikEdit,
ikInsert,
ikMultiDot,
ikMultiArrow,
ikFilter,
ikInplaceEdit
);
#Members
Name |
---|
ik
|
ik
|
ik
|
ik
|
ik
|
ik
|
ik
|
ik
|
#Remarks
Values include:
Value | Description | Sample |
---|---|---|
ik |
No icon is displayed. | – |
ik |
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). | ![]() |
ik |
This icon marks the row (node) being currently edited or modified. | ![]() |
ik |
This icon marks an inserted row (node). In the Tcx |
![]() |
ik |
This icon marks a selected but not focused row (node). | ![]() |
ik |
This icon marks the currently focused and selected row (node). | ![]() |
ik |
This icon marks the filter row in the Tcx |
![]() |
ik |
This icon marks a row whose in-place Edit form displays unmodified data in the Tcx |
![]() |
See Also