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

    Selects the specified value.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool SetValue<T>(
        T value
    )

    Parameters

    Name Type Description
    value T

    An object that specifies the value by which data is filtered.

    Type Parameters

    Name Description
    T

    The data type.

    Returns

    Type Description
    Boolean

    true, if the data value is successfully selected; otherwise, false.

    See Also