Gets or sets a value indicating whether header titles can be in-place edited.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AllowInplaceEdit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowInplaceEdit As Boolean |
true to let the user edit header titles, otherwise false. The default value is false.
See Also