TcxFilterValueList.IndexOf(TcxFilterValueItem) Method
Returns the index of the specified filter item in the list.
Declaration
function IndexOf(AItem: TcxFilterValueItem): Integer;
Parameters
Name | Type | Description |
---|---|---|
AItem | TcxFilterValueItem | The target filter item. |
Returns
Type | Description |
---|---|
Integer | The index of the target filter item in the list. The function returns |
See Also