Gets or sets whether DiagramPage titles can be renamed interactively.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AllowRenamePages { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowRenamePages As Boolean |
true if the user is allowed to rename tabs interactively, or false otherwise.
To rename a tab, click to activate it first, and then click a second time to show its in-place edit text control.
WpfDiagram Programmer's Guide | © 2024 MindFusion |