Gets a value indicating whether this header is a row header.
Namespace: MindFusion.Diagramming.Lanes
File: Header.js
SyntaxJavaScript
Copy Code
|
|---|
get isRowHeader() {} |
Boolean
true if the header is a row header, or false otherwise.
RemarksBoth isColumnHeader and isRowHeader return false if the header is not attached to a lane grid.
See Also