Represents a strongly-typed collection of Header objects.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public class HeaderCollection : IList<Header>, ICollection<Header>, IEnumerable<Header>, IEnumerable, INotifyCollectionChanged |
Visual Basic Copy Code |
---|
Public Class HeaderCollection |
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.
System.Object
MindFusion.Diagramming.Lanes.HeaderCollection