Back to Devexpress

DiagramContainer.ItemsCanSnapToOtherItems Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontainer-6c5f2595.md

latest1.6 KB
Original Source

DiagramContainer.ItemsCanSnapToOtherItems Property

Specifies whether an item within the container can snap to other items.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ItemsCanSnapToOtherItems { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property ItemsCanSnapToOtherItems As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if an item within the container can snap to other items; otherwise, false.

|

See Also

CanSnapToThisItem

CanSnapToOtherItems

ItemsCanSnapToThisItem

DiagramContainer Class

DiagramContainer Members

DevExpress.XtraDiagram Namespace