Back to Devexpress

DiagramOptionsBehavior.SelectPartiallyCoveredItems Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-de40f721.md

latest2.1 KB
Original Source

DiagramOptionsBehavior.SelectPartiallyCoveredItems Property

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

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(false)]
public virtual bool SelectPartiallyCoveredItems { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property SelectPartiallyCoveredItems As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath 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

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace