Skip to main content

DiagramQueryItemDrawActionEventArgs.Allow Property

Specifies whether the end-user can use the selected drawing tool.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

true to allow the end-user to use the selected drawing tool; otherwise, false.

See Also