dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-35812ea0.md
Allows you to apply default filtering to master filter items.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
event MasterFilterDefaultValuesEventHandler MasterFilterDefaultValues
Event MasterFilterDefaultValues As MasterFilterDefaultValuesEventHandler
The MasterFilterDefaultValues event's data class is MasterFilterDefaultValuesEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| AvailableFilterValues | Gets the list of values that can be used to apply filtering. |
| FilterValues | Gets or sets values used to apply default filtering. |
| ItemComponentName | Gets the component name of the dashboard item. |
| ItemName | Gets the dashboard item name. |
The event data class exposes the following methods:
| Method | Description |
|---|---|
| GetFilterValues() | Gets the collection of values that can be used to apply default filtering. |
| SetFilterValues(IEnumerable<IList>) | Specifies values used to apply default filtering. |
See Also