ParseFilterCriteriaEventArgs.SetValue(Object, Boolean) Method
In This Article
Selects the specified value.
Namespace: DevExpress.Utils.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Object | An object that specifies the value by which data is filtered. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
use |
Boolean | False | true, to select values that are not specified; otherwise, false. |
#Returns
Type | Description |
---|---|
Boolean | true, if the data value is successfully selected; otherwise, false. |
See Also