Skip to main content

DashboardItemVisualInteractivityBaseEventArgs.SelectionMode Property

Gets or sets the selection mode for dashboard item elements.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public DashboardItemMasterFilterMode SelectionMode { get; set; }

#Property Value

Type Description
DashboardItemMasterFilterMode

A DashboardSelectionMode enumeration value specifying the selection mode.

Available values:

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.

See Also