Skip to main content
All docs
V18.2

ASPxClientDashboardViewer.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.

See Also