TcxTreeListBandCellViewInfo Class
Stores ViewInfo information specific to the band background.
Declaration
TcxTreeListBandCellViewInfo = class(
TcxTreeListCustomCellViewInfo
)
Remarks
In addition to the properties derived from its ancestor class (TcxTreeListBandCellViewInfo), the TcxTreeListBandCellViewInfo class introduces the following properties:
| Property | Type | Write Access | Description |
|---|---|---|---|
Band |
TcxTreeListBand | Read Only | Provides access to the band whose background is about to be painted. |
Part |
TcxTreeListBandPart | Read Only | Identifies the band’s area whose background is about to be painted. Refer to the How to Custom Paint Band Backgrounds help topic to learn more. |
A TreeList control’s OnCustomDrawBandCell event accepts a TcxTreeListBandCellViewInfo object as the AViewInfo parameter.
Inheritance
TObject
TcxIUnknownObject
TcxCustomViewInfoItem
TcxTreeListCustomCellViewInfo
TcxTreeListBandCellViewInfo
See Also