FormGridGutterSettingsBuilder

Methods

Rows(System.Double)

Defines the width of the gutters between the rows.

Parameters

value - System.Double

The value that configures the rows.

RETURNS

The current instance of the FormGridGutterSettingsBuilder class.

Rows(System.Action)

Defines the width of the gutters between the rows. When an array is used, it is mapped to set the gutter between the rows for the provided responsive breakpoints.

Parameters

configurator - System.Action<FormGridGutterSettingsRowFactory>

The action that configures the rows.

RETURNS

The current instance of the FormGridGutterSettingsBuilder class.

Cols(System.Double)

Defines the width of the gutters between the columns.

Parameters

value - System.Double

The value that configures the cols.

RETURNS

The current instance of the FormGridGutterSettingsBuilder class.

Cols(System.Action)

Defines the width of the gutters between the columns. When an array is used, it is mapped to set the gutter between the columns for the provided responsive breakpoints.

Parameters

configurator - System.Action<FormGridGutterSettingsColFactory>

The action that configures the cols.

RETURNS

The current instance of the FormGridGutterSettingsBuilder class.