Skip to main content
All docs
V18.2

DashboardItemVisualInteractivityWpfEventArgs.SelectionMode Property

Gets or sets the selection mode for dashboard item elements.

Namespace: DevExpress.DashboardWpf

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

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 selecting a single element within the dashboard item and does not allow clearing this selection.

Multiple

Allows selecting multiple elements within the dashboard item.

See Also