DashboardControl.SetMasterFilter(String, Object) Method
Selects required elements by their values in the specified master filter 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 master filter item. |
values | Object | Values that are used to select elements in the master filter item. |
#Remarks
Note
The method fires the Invalid
The example demonstrates how to synchronize Master Filter and Drill-Down actions between different dashboards: