TcxCustomDataController.FilteredRecordIndex Property
In This Article
Returns the record index of a filtered record.
#Declaration
#Property Value
Type |
---|
Integer |
#Remarks
The number of filtered records after filter criteria are applied is provided by the FilteredRecordCount property.
The FilteredRecordIndex property returns the record index of a filtered record by its position in the list of all filtered records (defined by the Index parameter). The Index parameter can vary from 0 to FilteredRecordCount - 1.
See the FilteredIndexByRecordIndex property to get the position of a record with a particular record index within the list of filtered records.
See Also