Search
Header.IsColumnHeader Property
See Also
 






Gets a value indicating whether this header is a column header.

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

 Syntax

C#  Copy Code

public virtual bool IsColumnHeader { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property IsColumnHeader As Boolean

 Property Value

true if the header is a column header; otherwise, false.

 Remarks

Both IsColumnHeader and IsRowHeader return false if the header is not attached to a lane grid.

 See Also