Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public bool SelectPartiallyCoveredItems { get; set; }

Property Value

Type Description
Boolean

true, to select items that are only partially covered with the selection rectangle; otherwise, false.

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