Back to Devexpress

MasterFilterClearedEventArgs Class

dashboard-devexpress-dot-dashboardcommon-a38d665b.md

latest2.3 KB
Original Source

MasterFilterClearedEventArgs Class

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

Declaration

csharp
public class MasterFilterClearedEventArgs :
    EventArgs
vb
Public Class MasterFilterClearedEventArgs
    Inherits EventArgs

MasterFilterClearedEventArgs is the data class for the following events:

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

MasterFilterClearedEventArgs Members

MasterFilterCleared

MasterFilterCleared

DevExpress.DashboardCommon Namespace