TcxCustomGridRecord.Index Property
In This Article
Returns the visual position of the record within a View.
#Declaration
Delphi
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