IDashboardControl.SetMasterFilter(String, IEnumerable<DashboardDataRow>) Method
Selects required elements in the specified master filter 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 specifies the component name of the master filter item. |
values | IEnumerable<DashboardDataRow> | A list of DashboardDataRow objects used to identify master filter elements. |
See Also