ASP.NET Pack Programmer's Guide
Grid.getRowHeaders Method
See Also
 





Gets the collection with the topmost row headers.

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

 Syntax

JavaScript  Copy Code

function getRowHeaders ()

 Return Value

Type: 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 perspectively.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace