Gets the collection with the topmost column headers.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public HeaderCollection ColumnHeaders { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property ColumnHeaders As HeaderCollection |
An instance of the HeaderCollection class containing the topmost column headers.
Adding headers to or removing them from this collection also adds or removes top-level columns. Columns can be further divided into child columns by adding to the SubHeaders collection of the Header that represents a parent column.