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

DashboardViewer.GetAvailablePredefinedRanges(String) Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public IList<string> GetAvailablePredefinedRanges(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String value that specifies the component name of the Range Filter / Date Filter dashboard items.

Returns

Type Description
IList<String>

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

See Also