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

TcxTreeListIndicatorCellViewInfo Class

Stores ViewInfo information specific to the node indicator.

#Declaration

Delphi
TcxTreeListIndicatorCellViewInfo = class(
    TcxTreeListCustomHeaderCellViewInfo
)

#Remarks

This class provides the following properties:

Member

Type

Write Access

Description

Kind

TcxIndicatorKind

Read/Write

Specifies the indicator mark used to identify the corresponding node‘s state (focused, selected, inserted/appended, or edited).

Position

TcxTreeListIndicatorPosition

TcxTreeListIndicatorPosition = (tlipBands, tlipColumns, tlipContent, tlipFooter);

Read Only

Returns the position occupied by an indicator cell (available positions: node indicator, quick band customization button, quick column customization button, footer‘s indicator cell).

A TreeList control’s OnCustomDrawIndicatorCell event accepts a TcxTreeListIndicatorCellViewInfo object as the AViewInfo parameter.

See Also