Skip to main content

MasterFilterClearedEventArgs Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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