ModifySelectionMode Enum
In This Article
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.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Replace
|
The existing selection is replaced with selected diagram items. |
Add
|
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