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

DashboardViewer.GetCurrentPredefinedRange(String) Method

Returns the name of the currently selected predefined range.

Namespace: DevExpress.DashboardWin

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

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

Declaration

public string GetCurrentPredefinedRange(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String value that specifies the component name of the Range Filter or Date Filter dashboard item.

Returns

Type Description
String

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

See Also