TcxCustomRow.Index Property
Specifies the actual position of the current row within the vertical grid control.
Declaration
property Index: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use the Index property to specify or determine the actual position of the current row among rows at the top level if this row has no parent row or among siblings of its parent. It’s a zero-based index; all subsequent rows are numbered sequentially.
See Also