Back to Devexpress

ModifySelectionMode Enum

corelibraries-devexpress-dot-diagram-dot-core-739e8e9a.md

latest1.6 KB
Original Source

ModifySelectionMode Enum

Lists the values used to specify whether to add or replace the existing selection with selected diagram items.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum ModifySelectionMode
vb
Public Enum ModifySelectionMode

Members

NameDescription
ReplaceSelection

The existing selection is replaced with selected diagram items.

| | AddToSelection |

Selected diagram items are added to the existing selection.

|

Remarks

The values listed by this enumeration are used to set the modifySelectionMode parameter of the DiagramControl.SelectItem, DiagramControl.SelectItem, DiagramControl.SelectItems and DiagramControl.SelectItems methods.

See Also

DevExpress.Diagram.Core Namespace