Skip to main content
All docs
V25.1
  • ParseFilterCriteriaEventArgs.SetValuesOrBlanks(Object[]) Method

    Selects the specified values and the “Blanks” value.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool SetValuesOrBlanks(
        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