TcxTreeListEditCellViewInfo Class
Stores ViewInfo information specific to data and preview cells.
#Declaration
TcxTreeListEditCellViewInfo = class(
TcxEditCellViewInfo
)
#Remarks
This class provides the following properties:
Property | Type | Write Access | Description |
---|---|---|---|
Band |
Tcx |
Read Only | Returns the band to which the painted data cell belongs. |
Border |
TColor | Read/Write | Specifies the painted data cell’s border color. |
Column |
Tcx |
Read Only | Returns the column to which the painted data cell belongs. |
Editing |
Boolean | Read Only | Returns True if the painted data cell is being edited (see the Tcx |
Edit |
TRect | Read Only | Returns the data cell edit container’s rectangle, in tree list coordinates. |
Focused |
Boolean | Read Only | Returns True if the painted data cell is focused. |
Hot |
Boolean | Read Only | Returns True if the node is hot-tracked (see the node’s Hot |
Node |
Tcx |
Read Only | Returns the node to which the painted data cell belongs. |
Node |
Tcx |
Read Only | Returns View |
Options |
Tcx |
Read Only | Returns the tree list appearance settings. |
Selected |
Boolean | Read Only | Returns True if the painted data cell is selected. |
Tree |
Tcx |
Read Only | Returns the tree list that owns the painted data cell. |
A TreeList control’s OnCustomDrawDataCell, OnCustomDrawPreviewCell, and OnGetCellHint events accept a TcxTreeListEditCellViewInfo
object as a parameter.