Gets or sets the control used to edit the item's text.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public RenderFragment EditControl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EditControl As RenderFragment |
See Also