dashboard-devexpress-dot-dashboardcommon-31828b78.md
Lists values that specify the selection mode of the master filter item.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum DashboardItemMasterFilterMode
Public Enum DashboardItemMasterFilterMode
| Name | Description |
|---|---|
None |
Master filtering is disabled.
|
| Single |
Allows a user to select a single element within the dashboard item. The selection cannot be empty.
|
| Multiple |
Allows a user to switch between the single or multiple selection within the dashboard item. The selection can be empty.
|
The following properties accept/return DashboardItemMasterFilterMode values:
Values listed in this enumeration are used to set the DashboardItemInteractivityOptions.MasterFilterMode property.
See Also