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

ASPxClientDashboardViewer.CanClearMasterFilter(String) Method

Returns whether the specified master filter can be cleared in the current state.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool CanClearMasterFilter(
    string itemName
)

Parameters

Name Type Description
itemName String

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

Returns

Type Description
Boolean

true, if the specified master filter can be cleared in the current state; otherwise, false.

Remarks

To clear the specified master filter item, use the ASPxClientDashboardViewer.ClearMasterFilter method.

See Also