ParseFilterCriteriaEventArgs.SetValues(Object[]) Method
Selects the specified values.
Namespace: DevExpress.Utils.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
values | Object[] | An array of values by which data is filtered. |
Returns
Type | Description |
---|---|
Boolean | true, if the data values are successfully selected; otherwise, false. |
See Also