Skip to main content
All docs
V18.2

ASPxClientDashboard.SetRange(String, ASPxClientDashboardRangeFilterSelection) Method

Selects the required range in the specified Range Filter dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetRange(
    string itemName,
    ASPxClientDashboardRangeFilterSelection range
)

Parameters

Name Type Description
itemName String

A String that specifies the component name of the Range Filter dashboard item.

range ASPxClientDashboardRangeFilterSelection

A ASPxClientDashboardRangeFilterSelection object that specifies a range to be selected.

Remarks

Use the SetRange method after the Range Filter has loaded data. When the Range Filter has no data to display, the SetRange method returns null.

See Also