IDashboardControl.SetRange(String, RangeFilterSelection) Method
Selects the required range in the specified Range Filter or Date Filter dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | A String that is the component name of the dashboard item. |
range | RangeFilterSelection | A RangeFilterSelection object that specifies a range in the Range Filter or Date Filter dashboard item. |
See Also