Skip to main content

DiagramQueryItemSnappingEventArgs.Allow Property

Specifies whether to snap of diagram items.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

true to snap diagram items; otherwise, false.

See Also