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.SetFilterActiveValueIndexes(TcxGridFilterValueList,TcxGridIndexes,Boolean) Method

Applies filter conditions specified by their indexes to the currently processed item (a row or a column).

#Declaration

Delphi
procedure SetFilterActiveValueIndexes(AValueList: TcxGridFilterValueList; const AIndexes: TcxGridIndexes; AAddToMRUItemsList: Boolean = False);

#Parameters

Name Type
AValueList TcxGridFilterValueList
AIndexes TcxGridIndexes
AAddToMRUItemsList Boolean

#Remarks

The AValueList parameter specifies a list of filter conditions;

The AIndexes parameter specifies a list of indexes that identify filter conditions to be applied to the item.

See Also