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

ASPxClientDashboardViewer.GetAvailablePredefinedRanges(String) Method

Returns names of the predefined ranges available for the specified Range Filter.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string[] GetAvailablePredefinedRanges(
    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[]

An array of string values that are names of the available predefined ranges.

See Also