Skip to main content

ParseFilterCriteriaEventArgs.SetValues(Object[]) Method

Selects the specified values.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool SetValues(
    object[] values
)

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