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

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

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.

The selection rectangle can be disabled by setting the DiagramControl.ShowSelectionRectangle property to false.

See Also