Search
Header.subHeaders Property
See Also
 






Gets a collection of the subheaders of this header.

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

 Syntax

JavaScript  Copy Code

get subHeaders() {}

 Property Value

Array

An array containing the subheaders.

 Remarks

The 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