Gets a collection of the subheaders of this header.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public HeaderCollection SubHeaders { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SubHeaders As HeaderCollection |
An instance of the HeaderCollection class.
RemarksAdding 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.
See Also