TcxFilterValueList.GetIndexByCriteriaItem(TcxFilterCriteriaItem) Method
Returns the index of the filter item that corresponds to the specified filter criterion.
Declaration
function GetIndexByCriteriaItem(ACriteriaItem: TcxFilterCriteriaItem): Integer; virtual;
Parameters
Name | Type | Description |
---|---|---|
ACriteriaItem | TcxFilterCriteriaItem | The target filter criterion. |
Returns
Type | Description |
---|---|
Integer | The index of the filter item that corresponds to the |
See Also