corelibraries-devexpress-dot-diagram-dot-core-a9633905.md
Lists values that specify the selection mode for diagram items.
Namespace : DevExpress.Diagram.Core
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum SelectionMode
Public Enum SelectionMode
| Name | Description |
|---|---|
Extended |
Multiple items can be selected and deselected by clicking them while holding the SHIFT or CTRL key.
|
| Multiple |
Multiple items can be selected and deselected by clicking them.
|
| None |
Item selection is disabled.
|
| Single |
Only one item can be selected.
|
The following properties accept/return SelectionMode values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramOptionsBehavior.SelectionMode |
| WPF Controls | DiagramControl.SelectionMode |
Values listed by this enumeration are used to set the following properties:
See Also