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

ASPxClientDashboardViewer.ClearMasterFilter(String) Method

Clears the specified master filter item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void ClearMasterFilter(
    string itemName
)

Parameters

Name Type Description
itemName String

A String that specifies the component name of the master filter item.

See Also