Back to Devexpress

TcxCustomRow.Index Property

vcl-cxvgrid-dot-tcxcustomrow-3f49cb9a.md

latest717 B
Original Source

TcxCustomRow.Index Property

Specifies the actual position of the current row within the vertical grid control.

Declaration

delphi
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

TcxCustomRow Class

TcxCustomRow Members

cxVGrid Unit