TcxGridBandRows Properties
Represents a collection of rows belonging to a specific band in a Banded Table View.Name | Description |
---|---|
Band | Specifies a band owning the current row collection. |
Count | Specifies the number of rows in the current row collection. |
FirstVisible | Returns the first visible row in the current TcxGridBandRows collection. |
Items | Provides an indexed access to all rows within the current row collection. |
LastVisible | Gets the last visible row in the current row collection. |
LineCount | |
VisibleCount | Returns the number of visible rows in the current row collection. |
VisibleItems | Specifies a collection of visible rows displayed in the current band. |
See Also