Gets or sets a value indicating whether to display the 'Add Tab' button.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public bool ShowAddButton { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowAddButton As Boolean |
See Also