Back to Devexpress

TcxTreeListBandCellViewInfo Class

vcl-cxtl-09a24791.md

latest1.6 KB
Original Source

TcxTreeListBandCellViewInfo Class

Stores ViewInfo information specific to the band background.

Declaration

delphi
TcxTreeListBandCellViewInfo = class(
    TcxTreeListCustomCellViewInfo
)

Remarks

In addition to the properties derived from its ancestor class (TcxTreeListBandCellViewInfo), the TcxTreeListBandCellViewInfo class introduces the following properties:

PropertyTypeWrite AccessDescription
BandTcxTreeListBandRead OnlyProvides access to the band whose background is about to be painted.
PartTcxTreeListBandPartRead OnlyIdentifies 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

Custom Draw

TcxTreeListBandCellViewInfo Members

cxTL Unit