Skip to main content
All docs
V18.2

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

Remarks

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

See Also