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

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:

Value Description
tlitImageIndex A node select image that indicates an unselected node.
tlitSelectedIndex A node select image that indicates a selected node.
tlitStateIndex An image that indicates a node’s specific state.
tlitOverlayIndex An additional image overlaid on the node select image.
tlitOverlayStateIndex An additional image overlaid on the node specific state image.
See Also