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

DashboardDesigner.ClearMasterFilter(String) Method

Clears the specified master filter item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.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