Skip to main content
All docs
V26.1
  • Tab

    FilterValue.IsNumericRangePickerFilter Property

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

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v26.1.dll

    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