Back to Devexpress

DashboardControl.GetCurrentPredefinedRange(String) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-getcurrentpredefinedrange-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

DashboardControl.GetCurrentPredefinedRange(String) Method

Returns the name of the currently selected predefined range.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Dashboard.v25.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public string GetCurrentPredefinedRange(
    string dashboardItemName
)
vb
Public Function GetCurrentPredefinedRange(
    dashboardItemName As String
) As String

Parameters

NameTypeDescription
dashboardItemNameString

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

|

Returns

TypeDescription
String

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

|

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace