Back to Devexpress

TcxTreeListEditCellViewInfo Class

vcl-cxtl-8e4b3deb.md

latest3.0 KB
Original Source

TcxTreeListEditCellViewInfo Class

Stores ViewInfo information specific to data and preview cells.

Declaration

delphi
TcxTreeListEditCellViewInfo = class(
    TcxEditCellViewInfo
)

Remarks

This class provides the following properties:

PropertyTypeWrite AccessDescription
BandTcxTreeListBandRead OnlyReturns the band to which the painted data cell belongs.
BorderColorTColorRead/WriteSpecifies the painted data cell’s border color.
ColumnTcxTreeListColumnRead OnlyReturns the column to which the painted data cell belongs.
EditingBooleanRead OnlyReturns True if the painted data cell is being edited (see the TcxTreeListColumn.Editing property).
EditRectTRectRead OnlyReturns the data cell edit container’s rectangle, in tree list coordinates.
FocusedBooleanRead OnlyReturns True if the painted data cell is focused.
HotTrackBooleanRead OnlyReturns True if the node is hot-tracked (see the node’s HotTrack and the tree list’s OptionsBehavior.HotTrack properties).
NodeTcxTreeListNodeRead OnlyReturns the node to which the painted data cell belongs.
NodeViewDataTcxTreeListNodeViewDataRead OnlyReturns ViewInfo information specific to the node that owns the painted data cell.
OptionsViewTcxTreeListOptionsViewRead OnlyReturns the tree list appearance settings.
SelectedBooleanRead OnlyReturns True if the painted data cell is selected.
TreeListTcxCustomTreeListRead OnlyReturns 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.

Inheritance

TObject TcxIUnknownObject TcxCustomViewInfoItem TcxEditCellViewInfo TcxTreeListEditCellViewInfo

See Also

Custom Draw

TcxTreeListEditCellViewInfo Members

cxTL Unit