Skip to main content

DashboardSelectionMode Enum

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public enum DashboardSelectionMode

Members

Name Description
None

The selection is disabled.

Single

Allows users to select a single element within the dashboard item. Users cannot clear selection.

Multiple

Allows users to select multiple elements within the dashboard item.

Remarks

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

See Also