TcxGridBandRow.Index Property
Specifies the position of the row within a row collection to which it belongs.
Declaration
property Index: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The Index property returns the zero-based index of the current row within a row collection defined by the BandRows property. The row index affects the vertical position of a row in a band.
See Also