TcxGridBands Properties
Represents the bands collection of a specific Banded Table View.| Name | Description |
|---|---|
| BottomItemCount | Returns the number of bottom bands contained within the current collection. |
| BottomItems | Provides indexed access to all the bottom bands in the current collection. |
| Capacity | Inherited from TCollection. |
| Count | Inherited from TCollection. |
| FirstVisibleNonEmpty | |
| GridView | Returns the View owning the current collection of bands. |
| ItemClass | Inherited from TCollection. |
| Items | Provides indexed access to all bands in the current collection. |
| LastVisibleNonEmpty | |
| Layout | Indicates whether any bands within the current View are fixed horizontally. |
| LineCount | |
| RootItemCount | Returns the number of root bands contained within the current collection. |
| RootItems | Provides indexed access to all the root bands in the current collection. |
| UpdateCount | Inherited from TCollection. |
| VisibleBottomItemCount | Returns the number of bottom bands contained within the current collection which are visible in a View. |
| VisibleBottomItems | Provides indexed access to the bottom bands in the current collection which are visible in a View. |
| VisibleCount | Returns the number of visible bands within a View which owns the current collection. |
| VisibleItems | Provides indexed access to the collection of visible bands. |
| VisibleLeftFixedCount | |
| VisibleRightFixedCount | |
| VisibleRootItemCount | Returns the number of root bands contained within the current collection which are visible in a View. |
| VisibleRootItems | Provides indexed access to the root bands in the current collection which are visible in a View. |
| VisibleRootLeftFixedCount | Returns the number of root bands in the current collection which are visible and fixed to the left side of a View. |
| VisibleRootRightFixedCount | Returns the number of root bands in the current collection which are visible and fixed to the right side of a View. |
| VisibleRowCount | Returns the number of grid band rows visible within the View. |
See Also