Skip to main content
All docs
V25.1
  • ParseFilterCriteriaEventArgs.SetValues<T>(IReadOnlyCollection<T>) Method

    Selects the specified values.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool SetValues<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