Skip to main content

DashboardItemMasterFilterMode Enum

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

public enum DashboardItemMasterFilterMode

#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.

#Remarks

Values listed in this enumeration are used to set the DashboardItemInteractivityOptions.MasterFilterMode property.

See Also