Back to Devexpress

TcxTreeListImageIndexType Enum

vcl-cxtl-4edc6f70.md

latest1019 B
Original Source

TcxTreeListImageIndexType Enum

Enumerates types of images displayed in the node.

Declaration

delphi
TcxTreeListImageIndexType = (
    tlitImageIndex,
    tlitSelectedIndex,
    tlitStateIndex,
    tlitOverlayIndex,
    tlitOverlayStateIndex
);

Members

Name
tlitImageIndex
tlitSelectedIndex
tlitStateIndex
tlitOverlayIndex
tlitOverlayStateIndex

Remarks

Options include:

ValueDescription
tlitImageIndexA node select image that indicates an unselected node.
tlitSelectedIndexA node select image that indicates a selected node.
tlitStateIndexAn image that indicates a node’s specific state.
tlitOverlayIndexAn additional image overlaid on the node select image.
tlitOverlayStateIndexAn additional image overlaid on the node specific state image.

See Also

TcxCustomTreeList.OnGetNodeImageIndex

cxTL Unit