Skip to main content
A newer version of this page is available. .

DashboardControl.ClearMasterFilter(String) Method

Clears the specified master filter item.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

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