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.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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