Search
Grid.AllowAddHeaders Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AllowAddHeaders { get; set; }

Visual Basic  Copy Code

Public Property AllowAddHeaders As Boolean

 Property Value

true to let users add new headers, or false otherwise. The default value is true.

 See Also