Skip to main content

Bootstrap Framework Version

This option specifies the Bootstrap framework version used to render DevExpress Bootstrap controls.

Declaration:

<configuration>
...
<devExpress>
  <bootstrap mode="Bootstrap4" />
</devExpress>
...
</configuration>

Note

You should register the DevExpress Web.config section to apply these settings to your project.

This configuration key accepts the following values:

  • Bootstrap3
  • Bootstrap4
  • Bootstrap5

This option is set to “Bootstrap4” by default.

DevExpress configuration section

Corresponding Class

BootstrapConfigurationSection