Skip to main content

DiagramOptionsBehavior.SelectPartiallyCoveredItems Property

Specifies whether to select items that are only partially covered with the selection rectangle.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(false)]
public virtual bool SelectPartiallyCoveredItems { get; set; }

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Object Type Path to SelectPartiallyCoveredItems
DiagramControl
.OptionsBehavior .SelectPartiallyCoveredItems

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 DiagramOptionsBehavior.PointerToolDragMode property to Pan to disable the selection rectangle.

See Also