Search
Grid.columnHeaders Property
See Also
 





Gets the collection of topmost column headers.

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

 Syntax

JavaScript  Copy Code

get columnHeaders() {}

 Property Value

Array

An array containing the topmost column headers.

 Remarks

The returned array should not be modified directly. To add and remove column headers to the grid, use the addColumnHeader and removeColumnHeader methods respectively.

 See Also