Skip to main content
All docs
V18.2

ASPxClientDashboardRangeFilterSelection Class

A range in the Range Filter dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class ASPxClientDashboardRangeFilterSelection

Remarks

Use the ASPxClientDashboardRangeFilterSelection.Minimum and ASPxClientDashboardRangeFilterSelection.Maximum properties to specify the required range.

The table below lists methods that return or accept the ASPxClientDashboardRangeFilterSelection object.

ASPxClientDashboard‘s API ASPxClientDashboardViewer‘s API Description
ASPxClientDashboard.GetEntireRange ASPxClientDashboardViewer.GetEntireRange Returns the visible range for the specified Range Filter dashboard item.
ASPxClientDashboard.GetCurrentRange ASPxClientDashboardViewer.GetCurrentRange Returns the currently selected range in the specified Range Filter dashboard item.
ASPxClientDashboard.SetRange ASPxClientDashboardViewer.SetRange Selects the required range in the specified Range Filter dashboard item.

Inheritance

Object
ASPxClientDashboardRangeFilterSelection
See Also