TcxCustomGridRecord.Index Property
Returns the visual position of the record within a View.
Declaration
property Index: Integer read;
Property Value
Type |
---|
Integer |
Remarks
When a record’s position is changed because of sorting or grouping, its Index property reflects the change, but the RecordIndex property preserves its original value.
See Also