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

TcxGridItemDataBinding.GetFilterActiveValueIndexes(TcxGridFilterValueList,TcxGridIndexes) Method

Populates the AIndexes collection with corresponding indexes of filter conditions that are currently applied to the item (a row or a column).

#Declaration

Delphi
procedure GetFilterActiveValueIndexes(AValueList: TcxGridFilterValueList; var AIndexes: TcxGridIndexes);

#Parameters

Name Type
AValueList TcxGridFilterValueList
AIndexes TcxGridIndexes

#Remarks

The AValueList parameter specifies a list of filter conditions.

The AIndexes parameter specifies a list to be populated with indexes of the currently applied filter conditions.

See Also