Back to Devexpress

TcxTreeListCustomCellViewInfo Class

vcl-cxtl-c1706f4c.md

latest3.5 KB
Original Source

TcxTreeListCustomCellViewInfo Class

The base class for the TcxTreeListBandCellViewInfo, TcxTreeListCustomHeaderCellViewInfo, TcxTreeListFooterCellViewInfo and TcxTreeListIndentCellViewInfo classes that store ViewInfo information about tree list elements.

Declaration

delphi
TcxTreeListCustomCellViewInfo = class(
    TcxCustomViewInfoItem
)

Remarks

This class provides the following properties:

|

Property

|

Type

|

Write Access

|

Description

| | --- | --- | --- | --- | |

AttachNode

|

TcxTreeListNode

|

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

|

TColor

|

Read/Write

|

Specifies the painted element’s border color.

| |

Borders

|

TcxBorders

|

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

|

TcxTreeListNode

|

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

|

TcxCustomTreeList

|

Read Only

|

Returns the tree list whose View element is painted.

| |

VisibleRect

|

TRect

|

Read Only

|

Returns the bounding rectangle of a painted element, in tree list coordinates.

|

Inheritance

TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo

See Also

Custom Draw

TcxTreeListCustomCellViewInfo Members

cxTL Unit