Back to Devexpress

TcxTreeListIndicatorCellViewInfo Class

vcl-cxtl-4ff23040.md

latest2.2 KB
Original Source

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.

Inheritance

TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo TcxTreeListCustomHeaderCellViewInfo TcxTreeListIndicatorCellViewInfo

See Also

Custom Draw

TcxTreeListIndicatorCellViewInfo Members

cxTL Unit