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

MasterFilterClearedEventArgs Class

Provides data for the MasterFilterCleared event of the DashboardDesigner and DashboardViewer.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class MasterFilterClearedEventArgs :
    EventArgs

Remarks

The MasterFilterCleared event is raised when an end-user clears the selection in the master filter item.

The MasterFilterClearedEventArgs class exposes the MasterFilterClearedEventArgs.DashboardItemName property that allows you to determine the name of the master filter item which causes the event.

Inheritance

Object
EventArgs
MasterFilterClearedEventArgs
See Also