MindFusion.Wpf Pack Programmer's Guide
Header.SubHeaders Property
See Also
 





Gets a collection of the subheaders of this header.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public HeaderCollection SubHeaders { get; }

Visual Basic  Copy Code

Public ReadOnly Property SubHeaders As HeaderCollection

 Property Value

An instance of the HeaderCollection class.

 Remarks

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.

 See Also

Header Members
Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace