Skip to main content
A newer version of this page is available. .

SelectionMode Enum

Lists values that specify the selection mode for diagram items.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public enum SelectionMode

Members

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.

Related API Members

The following properties accept/return SelectionMode values:

Library Related API Members
WinForms Controls DiagramOptionsBehavior.SelectionMode
WPF Controls DiagramControl.SelectionMode

Remarks

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

See Also