Skip to main content

DashboardViewer.ClearMasterFilter(String) Method

Clears the specified master filter item.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public void ClearMasterFilter(
    string dashboardItemName
)

#Parameters

Name Type Description
dashboardItemName String

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

See Also