Gets the collection with the leftmost row headers.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public HeaderCollection RowHeaders { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property RowHeaders As HeaderCollection |
An instance of the HeaderCollection class containing the leftmost row headers.
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.