GridPanel Constructor

Syntax

GridPanel (args);

Parameters

args. The JSON object with the values of the component properties.

Description

The GridPanel constructor creates the GridPanel component.

Comments

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.

Example

The example of constructor use is given in the Example of Creating the GridPanel Component page.

See also:

GridPanel