DashboardSelectionMode Enum
Lists values that specify the selection mode for the Master-Filtering feature.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v23.1.Win.dll
NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design
Declaration
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.