Search
GridPanel.columns Property
See Also
 





Gets a list of GridColumn objects specifying column attributes.

Namespace: MindFusion.Diagramming
File: GridPanel.js

 Syntax

JavaScript  Copy Code

get columns() {}

 Property Value

Array

An array containing the grid columns.

 See Also