MindFusion.Wpf Pack Programmer's Guide
HeaderCollection Class
Remarks See Also
 





Represents a strongly typed collection of Header objects.

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

 Syntax

C#  Copy Code

public class HeaderCollection : CollectionBase

Visual Basic  Copy Code

Public Class HeaderCollection
    Inherits CollectionBase

 Remarks

The ColumnHeaders and RowHeaders properties of the Grid class are of this collection type. Adding or removing headers to them automatically adds or removes parent columns and rows to the grid. Adding to or removing form the SubHeaders property of the Header class automatically adds or removes child columns or rows.

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Diagramming.Wpf.Lanes.HeaderCollection

 See Also

HeaderCollection Members
MindFusion.Diagramming.Wpf.Lanes Namespace