Allow inline renaming of listbox items by pressing F2. Currently the listbox displays the shape identifiers as names.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public bool AllowRename { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowRename As Boolean |
true to allow users rename items, otherwise false. The default is false.