DashboardItemMasterFilterMode Enum
In This Article
Lists values that specify the selection mode of the master filter item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return DashboardItemMasterFilterMode values:
#Remarks
Values listed in this enumeration are used to set the DashboardItemInteractivityOptions.MasterFilterMode property.
See Also