Skip to main content
A newer version of this page is available. .

Icon Set

This option specifies which icon set DevExpress Bootstrap controls use. Refer to Change Icon Set for information about the supported icon sets and how switch between them.

Declaration:


<configuration>
...
<devExpress>
  <bootstrap iconSet="FontAwesome" />
</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:

  • Embedded
  • FontAwesome
  • Glyphicons

This option is set to “Embedded” by default.

DevExpress configuration section

Corresponding Class

BootstrapConfigurationSection

See Also