DashboardSelectionMode Enum
Lists values that specify the selection mode for the Master-Filtering feature.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
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.
See Also