Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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.

See Also