DiagramOptionsBehavior.SelectPartiallyCoveredItems Property
Specifies whether to select items that are only partially covered with the selection rectangle.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
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 |
|
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