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

DashboardSelectionMode Enum

Lists values that specify the selection mode for the Master-Filtering feature.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.2.Win.dll

Declaration

public enum DashboardSelectionMode

Members

Name Description
None

The selection is disabled.

Single

Allows selecting a single element within the dashboard item and disallows clearing this selection.

Multiple

Allows selecting multiple elements within the dashboard item.

Remarks

Values listed by this enumeration are used to set the DashboardItemVisualInteractivityBaseEventArgs.SelectionMode property.

See Also