FormItemColSpanBuilder
Methods
MaxWidth(System.Double)
Defines the maximum width in pixels for which the specific breakpoint colSpan value will be applied.
Parameters
value - System.Double
The value that configures the maxwidth.
RETURNS
A FormItemColSpanBuilder instance that can be used to configure the FormItemColSpan.
MinWidth(System.Double)
Defines the minimum width in pixels for which the specific breakpoint colSpan value will be applied.
Parameters
value - System.Double
The value that configures the minwidth.
RETURNS
A FormItemColSpanBuilder instance that can be used to configure the FormItemColSpan.
Value(System.Double)
Defines the colSpan value that will be applied when the width of the form meets the breakpoint criteria.
Parameters
value - System.Double
The value that configures the value.