TcxTreeListBandPart Enum
Enumerates band areas.
Declaration
TcxTreeListBandPart = (
tlbpHeader,
tlbpContent,
tlbpGroupFooter,
tlbpFooter,
tlbpSeparator
);
Members
Name |
---|
tlbpHeader
|
tlbpContent
|
tlbpGroupFooter
|
tlbpFooter
|
tlbpSeparator
|
Remarks
Options include:
Value | Description |
---|---|
tlbpHeader |
Band header. |
tlbpContent |
Band content. |
tlbpGroupFooter |
Group footer. |
tlbpFooter |
Footer |
tlbpSeparator |
Band separator. |
See Also