Back to Devexpress

DashboardControl.SetMasterFilter Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-setmasterfilter.md

latest1.5 KB
Original Source

DashboardControl.SetMasterFilter Method

NameParametersDescription
SetMasterFilter(String, AxisPointTuple)dashboardItemName, tupleSelects required elements in the specified master filter item.
SetMasterFilter(String, IEnumerable<DashboardDataRow>)dashboardItemName, valuesSelects required elements in the specified master filter item.
SetMasterFilter(String, IEnumerable<AxisPointTuple>)dashboardItemName, tuplesSelects the required elements in the specified master filter item.
SetMasterFilter(String, Object)dashboardItemName, valuesSelects required elements by their values in the specified master filter item.