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

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

See Also