[]
        
(Showing Draft Content)

C1.Framework.GridPanel.-ctor

GridPanel Constructor

GridPanel(Style, int, int)

Initializes a new instance of the GridPanel element with the specified number of rows and columns and style settings.

Declaration
public GridPanel(Style style, int rows, int cols)
Parameters
Type Name Description
Style style

The Style object to use.

int rows

The number of rows to create.

int cols

The number of columns to create.

GridPanel(Style)

Initializes a new instance of the GridPanel element with the specified style.

Declaration
public GridPanel(Style style)
Parameters
Type Name Description
Style style

The Style object to use.

GridPanel(int, int)

Initializes a new instance of the GridPanel element with the specified number of rows and columns.

Declaration
public GridPanel(int rows, int columns)
Parameters
Type Name Description
int rows

The number of rows to create.

int columns

The number of columns to create.

GridPanel()

Initializes a new instance of the GridPanel element.

Declaration
public GridPanel()