Skip to main content
All docs
V25.1
  • Tab

    FilterValue.IsNumericRangePickerFilter Property

    Indicates whether the numeric range picker is used to filter column values.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public bool IsNumericRangePickerFilter { get; }

    Property Value

    Type Description
    Boolean

    true, if the numeric range picker is used to filter column values; otherwise, false.

    See Also