TcxTreeListIndicatorCellViewInfo Class
Stores ViewInfo information specific to the node indicator.
#Declaration
TcxTreeListIndicatorCellViewInfo = class(
TcxTreeListCustomHeaderCellViewInfo
)
#Remarks
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 |
Tcx | 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.