Skip to main content
All docs
V23.2
Tab

FilterValue.IsNumericRangePickerFilter Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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