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
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