vcl-cxtl-4ff23040.md
Stores ViewInfo information specific to the node indicator.
TcxTreeListIndicatorCellViewInfo = class(
TcxTreeListCustomHeaderCellViewInfo
)
This class provides the following properties:
|
Member
|
Type
|
Write Access
|
Description
| | --- | --- | --- | --- | |
Kind
|
|
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.
TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo TcxTreeListCustomHeaderCellViewInfo TcxTreeListIndicatorCellViewInfo
See Also