DiagramContainer.ItemsCanSnapToOtherItems Property
Specifies whether an item within the container can snap to other items.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.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