TcxTreeListBands Properties
Represents a band collection.| Name | Description |
|---|---|
| BottomItemCount | Returns the number of bottom bands in the current band collection. |
| BottomItems | Provides indexed access to all the bottom bands in the current band collection. |
| Capacity | Inherited from TCollection. |
| ColumnsLineCount | |
| Count | Inherited from TCollection. |
| ExpandableBand | Provides access to the band that displays expand buttons (that is, contains an expandable column). |
| FirstVisible | Returns the first visible band within the current band collection. |
| ItemClass | Inherited from TCollection. |
| Items | Returns indexed access to individual bands within the collection. |
| LastVisible | Returns the last visible band within the current band collection. |
| LineCount | Returns the number of lines that the band header panel occupies. |
| RootItemCount | Returns the number of root bands in the current band collection. |
| RootItems | Provides indexed access to all the root bands in the current band collection. |
| TreeList | Provides access to the TreeList control to which the current band collection belongs. |
| UpdateCount | Inherited from TCollection. |
| VisibleItemCount | Returns the number of visible bands in the current band collection. |
| VisibleItems | Provides indexed access to all visible bands in the current band collection. |
| VisibleLeftFixedCount | Returns the number of visible bands that are fixed to the left edge of the TreeList control. |
| VisibleRightFixedCount | Returns the number of visible bands that are fixed to the right edge of the TreeList control. |
| VisibleRootItemCount | Returns the number of visible root bands in the current band collection. |
| VisibleRootItems | Provides indexed access to visible root bands in the current band collection. |
| VisibleRootLeftFixedCount | Returns the number of visible root bands that are fixed to the left edge of the TreeList control. |
| VisibleRootRightFixedCount | Returns the number of visible root bands that are fixed to the right edge of the TreeList control. |
See Also