DashboardViewer.SetRange(String, String) Method
In This Article
Selects the specified range in the specified Range Filter or Date Filter dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.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. |
#Implements
See Also