TcxGridBandedColumnPosition.RowIndex Property
Identifies the vertical position of the banded column.
Declaration
property RowIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use the RowIndex property to define the band row to display the current banded column. The row itself can be accessed via the Row object. By default, all columns are placed at the first band row with RowIndex set to 0. To define the horizontal position of the column in a row, use the ColIndex property.
See Also