vcl-cxtl-c1706f4c.md
The base class for the TcxTreeListBandCellViewInfo, TcxTreeListCustomHeaderCellViewInfo, TcxTreeListFooterCellViewInfo and TcxTreeListIndentCellViewInfo classes that store ViewInfo information about tree list elements.
TcxTreeListCustomCellViewInfo = class(
TcxCustomViewInfoItem
)
This class provides the following properties:
|
Property
|
Type
|
Write Access
|
Description
| | --- | --- | --- | --- | |
AttachNode
|
|
Read Only
|
In the OnCustomDrawBandCell event, returns the node visible on screen that belongs to the painted band.
In the OnCustomDrawFooterCell event, returns the node under which a footer or a group footer cell is drawn.
This property is only exposed by the TcxTreeListBandCellViewInfo and TcxTreeListFooterCellViewInfo classes.
| |
BorderColor
|
|
Read/Write
|
Specifies the painted element’s border color.
| |
Borders
|
|
Read Only
|
Returns the painted element’s borders.
| |
ExtPaintStyle
|
Boolean
|
Read Only
|
Returns True if borders of neighboring band and column headers and node indicator cells are displayed unconnected (see the tree list OptionsView.ExtPaintStyle option).
| |
Node
|
|
Read Only
|
In the OnCustomDrawIndentCell event, returns the parent node of a node to which the indent cell belongs.
In the OnCustomDrawFooterCell event, returns the node against which a summary is calculated.
| |
TreeList
|
|
Read Only
|
Returns the tree list whose View element is painted.
| |
VisibleRect
|
|
Read Only
|
Returns the bounding rectangle of a painted element, in tree list coordinates.
|
TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo
See Also