Skip to main content
All docs
V23.2

ICustomItemInteractivityProvider.SetMasterFilter(AxisPoint) Method

Selects required elements in the specified master filter item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

void SetMasterFilter(
    AxisPoint axisPoint
)

Parameters

Name Type Description
axisPoint AxisPoint

A master filter element.

See Also