Skip to main content
A newer version of this page is available. .

ParseFilterCriteriaEventArgs.SetValuesOrBlanks<T>(IReadOnlyCollection<T>) Method

Selects the specified values and the “Blanks” value.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public bool SetValuesOrBlanks<T>(
    IReadOnlyCollection<T> values
)

Parameters

Name Type Description
values IReadOnlyCollection<T>

An object that specifies the collection of values by which data is filtered.

Type Parameters

Name Description
T

The data type.

Returns

Type Description
Boolean

true, if the data values are successfully selected; otherwise, false.

See Also