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