BootstrapContainerTypeProperties.setBootstrapContainerType

Sets the bootstrap root container type which is applied to the root div on the page when a form is running with the bootstrap framework configured.

Supported values:
ValueMeaning
CenteredApplies bootstrap class container, this is a fixed-width container (meaning its max-width changes at each breakpoint)
Full WidthApplies bootstrap class container-fluid, this is a full width container, spanning the entire width of the viewport

Parameters

java.lang.String  bootstrapContainerType,