FormGridSettingsBuilder
Methods
Cols(System.Double)
Defines the columns of the grid.
Parameters
value - System.Double
The value that configures the cols.
RETURNS
A FormGridSettingsBuilder instance that can be used to configure the FormGridSettings.
Cols(System.Action)
Configure the columns of the grid layout to responsive breakpoints.
Parameters
configurator - System.Action<FormGridSettingsColFactory>
The action that configures the cols.
RETURNS
The current instance of the FormGridSettingsBuilder class.
Gutter(System.Action)
Defines the width of the gutters between the columns / rows.
Parameters
configurator - System.Action<FormGridGutterSettingsBuilder>
The action that configures the gutter.
RETURNS
A FormGridSettingsBuilder instance that can be used to configure the FormGridSettings.
Gutter(System.Double)
Defines the with of the guttes between the columns / rows.
Parameters
value - System.Double
The value that configures the gutter.
RETURNS
A FormGridSettingsBuilder instance that can be used to configure the FormGridSettings.