Skip to main content

DiagramQueryItemDrawActionEventArgs.Allow Property

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

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 allow the end-user to use the selected drawing tool; otherwise, false.

See Also