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

DiagramOptionsBehavior.SelectPartiallyCoveredItems Property

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

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

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.

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

See Also