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

ParseFilterCriteriaEventArgs.SetValues(Object[]) Method

Selects the specified values.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v19.2.dll

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