Search
Grid.rowHeaders Property
See Also
 





Gets the collection of topmost row headers.

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

 Syntax

JavaScript  Copy Code

get rowHeaders() {}
set rowHeaders(value) {}

 Property Value

Array

An array containing the topmost row headers.

 Remarks

The returned array should not be modified directly. To add and remove row headers to the grid, use the addRowHeader and removeRowHeader methods respectively.

 See Also