MindFusion.Wpf Pack Programmer's Guide
Grid.RowHeaders Property
See Also
 





Gets the collection with the leftmost row headers.

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

 Syntax

C#  Copy Code

public HeaderCollection RowHeaders { get; }

Visual Basic  Copy Code

Public ReadOnly Property RowHeaders As HeaderCollection

 Property Value

An instance of the HeaderCollection class containing the leftmost row headers.

 Remarks

Adding headers to or removing them from this collection also adds or removes top-level rows. Rows can be further divided into child rows by adding to the SubHeaders collection of the Header that represents a parent row.

 See Also

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