Back to Devexpress

SelectionMode Enum

corelibraries-devexpress-dot-diagram-dot-core-a9633905.md

latest1.7 KB
Original Source

SelectionMode Enum

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

Declaration

csharp
public enum SelectionMode
vb
Public Enum SelectionMode

Members

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

LibraryRelated API Members
WinForms ControlsDiagramOptionsBehavior.SelectionMode
WPF ControlsDiagramControl.SelectionMode

Remarks

Values listed by this enumeration are used to set the following properties:

See Also

DevExpress.Diagram.Core Namespace