DiagramLite Programmer's Guide
HeaderCollection Class
Remarks See Also
 





Represents a strongly-typed collection of Header objects.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public class HeaderCollection : IList<Header>, ICollection<Header>, IEnumerable<Header>, IEnumerable, INotifyCollectionChanged

Visual Basic  Copy Code

Public Class HeaderCollection
    Implements IList(Of Header), ICollection(Of Header), IEnumerable(Of Header), IEnumerable, INotifyCollectionChanged

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

 See Also

HeaderCollection Members
MindFusion.Diagramming.Lanes Namespace