Represents a strongly typed collection of Header objects.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class HeaderCollection : CollectionBase |
Visual Basic
Copy Code
|
|---|
Public Class HeaderCollection |
RemarksThe 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 HierarchySystem.Object![]()
System.Collections.CollectionBase![]()
MindFusion.Diagramming.Wpf.Lanes.HeaderCollection
See Also