DashboardControl.SetRange(String, String) Method
In This Article
Selects the specified range in the specified Range Filter or Date Filter dashboard item.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that specifies the component name of the Range Filter or Date Filter dashboard item. |
date |
String | A String that specifies the name of the predefined range used to perform a selection. |
See Also