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





Gets the collection with the topmost column headers.

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

 Syntax

JavaScript  Copy Code

function getColumnHeaders ()

 Return Value

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

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace