Back to Devexpress

IDashboardControl.MasterFilterSet Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-018db5d8.md

latest2.3 KB
Original Source

IDashboardControl.MasterFilterSet Event

Occurs when an end user changes the state of the master filter.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event MasterFilterSetEventHandler MasterFilterSet
vb
Event MasterFilterSet As MasterFilterSetEventHandler

Event Data

The MasterFilterSet event's data class is MasterFilterSetEventArgs. The following properties provide information specific to this event:

PropertyDescription
DashboardItemNameGets the name of the dashboard item.
SelectedRangeGets the selected range in the Range Filter dashboard item.
SelectedValuesGets currently selected records in the master filter item.

The event data class exposes the following methods:

MethodDescription
IsNullValue(Object)Returns whether the specified value is DashboardSpecialValues.NullValue.
IsOthersValue(Object)Returns whether the specified value is DashboardSpecialValues.OthersValue.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace