TcxGridBand.Rows Property
Returns the band rows collection associated with the current band.
Declaration
property Rows: TcxGridBandRows read;
Property Value
Type |
---|
TcxGridBandRows |
Remarks
Use the Rows property to gain access to the collection of the band rows associated with the current band.
The column position within its band is represented by two attributes of the GridBandedColumn.Position property: RowIndex and ColIndex. These properties can be used to specify the column position programmatically.
The end-user can move columns within bands by dragging column headers. Column moving can be disabled by setting the BandedTableView.OptionsCustomize.ColumnMoving property to False.
See Also