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

DiagramQueryItemDrawActionEventArgs.Allow Property

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.1.dll

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