Search
Grid.ColumnHeaders Property
See Also
 





Gets the collection with the topmost column headers.

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

 Syntax

C#  Copy Code

public HeaderCollection ColumnHeaders { get; }

Visual Basic  Copy Code

Public ReadOnly Property ColumnHeaders As HeaderCollection

 Property Value

An instance of the HeaderCollection class containing the topmost column headers.

 Remarks

Adding headers to or removing them from this collection also adds or removes top-level columns. Columns can be further divided into child columns by adding to the SubHeaders collection of the Header that represents a parent column.

 See Also