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

DiagramContainer.ItemsCanSnapToOtherItems Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ItemsCanSnapToOtherItems { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also