Skip to main content
All docs
V25.1
  • ParseFilterCriteriaEventArgs.SetRange(Object, Object) Method

    Selects the specified range of values.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool SetRange(
        object from,
        object to
    )

    Parameters

    Name Type Description
    from Object

    An object that specifies the start value of the range.

    to Object

    An object that specifies the end value of the range.

    Returns

    Type Description
    Boolean

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

    See Also