A newer version of this page is available.
Switch to the current version.
DashboardSelectionMode Enum
Lists values that specify the selection mode for the Master-Filtering feature.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
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. |
Related API Members
The following properties accept/return DashboardSelectionMode values:
Remarks
Values listed by this enumeration are used to set the DashboardItemVisualInteractivityEventArgs.SelectionMode property.
See Also
Feedback