Back to Devexpress

TcxTreeListBandPart Enum

vcl-cxtl-c0dfcbde.md

latest753 B
Original Source

TcxTreeListBandPart Enum

Enumerates band areas.

Declaration

delphi
TcxTreeListBandPart = (
    tlbpHeader,
    tlbpContent,
    tlbpGroupFooter,
    tlbpFooter,
    tlbpSeparator
);

Members

Name
tlbpHeader
tlbpContent
tlbpGroupFooter
tlbpFooter
tlbpSeparator

Remarks

Options include:

ValueDescription
tlbpHeaderBand header.
tlbpContentBand content.
tlbpGroupFooterGroup footer.
tlbpFooterFooter
tlbpSeparatorBand separator.

See Also

TcxTreeListBandCellViewInfo

TcxCustomTreeList.OnCustomDrawBandCell

cxTL Unit