Gets a collection of the subheaders of this header.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public HeaderCollection SubHeaders { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property SubHeaders As HeaderCollection |
An instance of the HeaderCollection class.
Adding SubHeaders to a row header creates child rows controlled through the same parent header. In the same way you can add child columns to a column by adding SubHeaders to the column header.