vcl-cxtl-09a24791.md
Stores ViewInfo information specific to the band background.
TcxTreeListBandCellViewInfo = class(
TcxTreeListCustomCellViewInfo
)
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.
TObject TcxIUnknownObject TcxCustomViewInfoItem TcxTreeListCustomCellViewInfo TcxTreeListBandCellViewInfo
See Also