Icon Set
In This Article
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.
This configuration key accepts the following values:
- Embedded
- FontAwesome
- Glyphicons[1]
This option is set to “Embedded” by default.
#Related Configuration Section
DevExpress configuration section
#Corresponding Class
Footnotes
-
In Bootstrap v4, the Glyphicons icon font is dropped. For more information, see the following topic: Migrating to v4.
See Also