Search
DiagramView.InplaceEditAcceptOnEnter Property
See Also
 





Gets or sets a value indicating whether pressing the ENTER key should exit inplace-edit mode and accept changes made to text.

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

 Syntax

C#  Copy Code

public bool InplaceEditAcceptOnEnter { get; set; }

Visual Basic  Copy Code

Public Property InplaceEditAcceptOnEnter As Boolean

 Property Value

 See Also