FormGridSettingsColBuilder

Methods

MaxWidth(System.Double)

Defines the maximum width in pixels for which the specific breakpoint col value for the columns applies.

Parameters

value - System.Double

The value that configures the maxwidth.

RETURNS

The current instance of the FormGridSettingsColBuilder class.

MinWidth(System.Double)

Defines the minimum width in pixels for which the specific breakpoint col value for the columns applies.

Parameters

value - System.Double

The value that configures the minwidth.

RETURNS

The current instance of the FormGridSettingsColBuilder class.

Value(System.Double)

Defines the number of columns to be applied if current width of the form is between the maxWidth and minWidth values

Parameters

value - System.Double

The value that configures the value.

RETURNS

The current instance of the FormGridSettingsColBuilder class.