Skip to main content

DiagramQueryItemEditActionEventArgs.Allow Property

Specifies whether users can edit the item’s text.

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 users to edit the item’s text; otherwise, false.

See Also