TcxGridItemDataBinding.SetFilterActiveValueIndexes(TcxGridFilterValueList,TcxGridIndexes,Boolean) Method
In This Article
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 |
---|---|
AValue |
Tcx |
AIndexes | Tcx |
AAdd |
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