Gets or sets a value indicating whether users can add new headers to the grid interactively.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AllowAddHeaders { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowAddHeaders As Boolean |
true to let users add new headers, or false otherwise. The default value is true.