TcxGridItemDataBinding.SetFilterActiveValueIndexes(TcxGridFilterValueList,TcxGridIndexes,Boolean) Method
Applies filter conditions specified by their indexes to the currently processed item (a row or a column).
Declaration
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