Skip to main content
All docs
V18.2

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

Remarks

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

See Also