DashboardControl.GetCurrentPredefinedRange(String) Method
In This Article
Returns the name of the currently selected predefined range.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
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