Gets a collection of the subheaders of this header.
Namespace: MindFusion.Diagramming.Lanes
File: Header.js
SyntaxJavaScript
Copy Code
|
|---|
get subHeaders() {} |
Array
An array containing the subheaders.
RemarksThe returned array should not be modified directly. To add and remove subheaders, use the addColumnHeader, addRowHeader, removeColumnHeader and removeRowHeader methods of the Grid respectively.
See Also