Search
Header.isColumnHeader Property
See Also
 






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

Namespace: MindFusion.Diagramming.Lanes
File: Header.js

 Syntax

JavaScript  Copy Code

get isColumnHeader() {}

 Property Value

Boolean

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

 Remarks

Both isColumnHeader and isRowHeader return false if the header is not attached to a lane grid.

 See Also