MindFusion.Wpf Pack Programmer's Guide
Header.IsRowHeader Property
See Also
 





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

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

 Syntax

C#  Copy Code

public virtual bool IsRowHeader { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property IsRowHeader As Boolean

 Property Value

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

 Remarks

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

 See Also

Header Members
Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace
IsColumnHeader Property