Skip to main content
All docs
V18.2

ASPxClientDashboardRangeFilterSelection.Minimum Property

Gets or sets a minimum value in the range of the Range Filter dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public object Minimum { get; set; }

Property Value

Type Description
Object

A minimum value in the range of the Range Filter dashboard item.

See Also