DiagramControl.SelectPartiallyCoveredItems Property
Specifies whether to select items that are only partially covered with the selection rectangle. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If the SelectPartiallyCoveredItems property is set to false, only items that are fully contained in the selection rectangle are selected.
You can set the DiagramControl.PointerToolDragMode property to Pan to disable the selection rectangle.
See Also