dashboard-devexpress-dot-dashboardcommon-a38d665b.md
Provides data for the MasterFilterCleared event of the DashboardDesigner and DashboardViewer.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class MasterFilterClearedEventArgs :
EventArgs
Public Class MasterFilterClearedEventArgs
Inherits EventArgs
MasterFilterClearedEventArgs is the data class for the following events:
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.
Object EventArgs MasterFilterClearedEventArgs
See Also