Back to Devexpress

DashboardViewer.SetMasterFilterAsync Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-setmasterfilterasync.md

latest3.1 KB
Original Source

DashboardViewer.SetMasterFilterAsync Method

NameParametersDescription
SetMasterFilterAsync(String, AxisPointTuple, CancellationToken)dashboardItemName, tuple, tokenSelects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, AxisPointTuple)dashboardItemName, tupleSelects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<DashboardDataRow>, CancellationToken)dashboardItemName, values, tokenSelects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<DashboardDataRow>)dashboardItemName, valuesSelects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<AxisPointTuple>, CancellationToken)dashboardItemName, tuples, tokenSelects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<AxisPointTuple>)dashboardItemName, tuplesSelects the elements by their values in the specified master filter item.
SetMasterFilterAsync(String, Object, CancellationToken)dashboardItemName, values, tokenSelects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, Object)dashboardItemName, valuesSelects the specified elements in the specified master filter item.