Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.GetCurrentRange(String) Method

Returns the currently selected range in the specified Range Filter dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardRangeFilterSelection GetCurrentRange(
    string itemName
)

Parameters

Name Type Description
itemName String

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

Returns

Type Description
ASPxClientDashboardRangeFilterSelection

A ASPxClientDashboardRangeFilterSelection object that is the selected range.

See Also