GridPanel (args);
args. The JSON object with the values of the component properties.
The GridPanel constructor creates the GridPanel component.
When static component layout is selected, child items are added by the add method; when the dynamic arrangement is used, they are added using the Container.Items property in the constructor parameter.
The example of constructor use is given in the Example of Creating the GridPanel Component page.
See also: