Back to Devexpress

DashboardSelectionMode Enum

dashboard-devexpress-dot-dashboardwin-5d8bd93a.md

latest1.6 KB
Original Source

DashboardSelectionMode Enum

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum DashboardSelectionMode
vb
Public Enum DashboardSelectionMode

Members

NameDescription
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.

|

The following properties accept/return DashboardSelectionMode values:

Remarks

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

See Also

DevExpress.DashboardWin Namespace