Search
InplaceEditEventArgs.EditControl Property
See Also
 





Gets or sets the control used to edit the item's text.

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

 Syntax

C#  Copy Code

public RenderFragment EditControl { get; set; }

Visual Basic  Copy Code

Public Property EditControl As RenderFragment

 Property Value

 See Also