IDashboardControl.MasterFilterDefaultValues Event
In This Article
Allows you to apply default filtering to master filter items.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
event MasterFilterDefaultValuesEventHandler MasterFilterDefaultValues
#Event Data
The MasterFilterDefaultValues event's data class is MasterFilterDefaultValuesEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Available |
Gets the list of values that can be used to apply filtering. |
Filter |
Gets or sets values used to apply default filtering. |
Item |
Gets the component name of the dashboard item. |
Item |
Gets the dashboard item name. |
The event data class exposes the following methods:
Method | Description |
---|---|
Get |
Gets the collection of values that can be used to apply default filtering. |
Set |
Specifies values used to apply default filtering. |
See Also