Skip to main content

IDashboardControl.ClearMasterFilter(String) Method

Clears the specified master filter item.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

void ClearMasterFilter(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String that specifies the component name of the dashboard item.

See Also