TcxGridBandRows Members
Represents a collection of rows belonging to a specific band in a Banded Table View.Constructors
| Name | Description |
|---|---|
| Create(TcxGridBand) | Creates an instance of the TcxGridBandRows class for a specified band. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| ApplyBestFit(Boolean,Boolean) | |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetLineIndex(Integer) | Returns the number of lines preceding a specific row. |
| GetRowIndex(Integer) | Returns the index of a visible row containing the specified line. |
| Insert(Integer) | |
| MoveColumn(TcxGridBandedColumn,Integer,Integer) | |
| ToString | Inherited from TObject. |
See Also