Skip to main content

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 TcxTreeListBand Read Only Returns the band to which the painted data cell belongs.
BorderColor TColor Read/Write Specifies the painted data cell’s border color.
Column TcxTreeListColumn 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 TcxTreeListColumn.Editing property).
EditRect 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.
HotTrack Boolean Read Only Returns True if the node is hot-tracked (see the node’s HotTrack and the tree list’s OptionsBehavior.HotTrack properties).
Node TcxTreeListNode Read Only Returns the node to which the painted data cell belongs.
NodeViewData TcxTreeListNodeViewData Read Only Returns ViewInfo information specific to the node that owns the painted data cell.
OptionsView TcxTreeListOptionsView Read Only Returns the tree list appearance settings.
Selected Boolean Read Only Returns True if the painted data cell is selected.
TreeList TcxCustomTreeList 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.

See Also