Skip to main content

DiagramContainer.ItemsCanSnapToOtherItems Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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