Skip to main content
All docs
V18.2

ASPxClientDashboard.GetCurrentPredefinedRange(String) Method

Returns the name of the currently selected predefined range.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string GetCurrentPredefinedRange(
    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
String

A string value that is the name of the currently selected predefined range.

Remarks

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

See Also