Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDataController.FilteredRecordIndex Property

Returns the record index of a filtered record.

#Declaration

Delphi
property FilteredRecordIndex[Index: Integer]: Integer read;

#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