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

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.v18.2.Core.dll

Declaration

public enum ModifySelectionMode

Members

Name Description
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