Search
DiagramView.AllowInplaceEdit Property
See Also
 





Gets or sets whether users are allowed to edit the text of diagram items.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public bool AllowInplaceEdit { get; set; }

Visual Basic  Copy Code

Public Property AllowInplaceEdit As Boolean

 Property Value

 See Also