Skip to main content
A newer version of this page is available. .

DashboardItemMasterFilterMode Enum

Lists values that specify the selection mode of the master filter item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public enum DashboardItemMasterFilterMode

Members

Name Description
None

Master filtering is disabled.

Single

Allows selecting a single element within the dashboard item and does not allow clearing this selection.

Multiple

Allows selecting multiple elements within the dashboard item.

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