Search
HeaderCollection Class
Remarks See Also
 





Represents a strongly typed collection of Header objects.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class HeaderCollection : CollectionBase, IPersists

Visual Basic  Copy Code

Public Class HeaderCollection
    Inherits CollectionBase
    Implements IPersists

 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.Lanes.HeaderCollection

 See Also