DashboardControl.SetRange(String, RangeFilterSelection) Method
In This Article
Selects the required 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
public void SetRange(
string dashboardItemName,
RangeFilterSelection range
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that specifies the component name of the Range Filter or Date Filter dashboard item. |
range | Range |
A Range |
#Remarks
The example demonstrates how to synchronize Master Filter and Drill-Down actions between different dashboards:
See Also