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

BootstrapIconSet Enum

Lists the values that define external icon libraries supported by DevExpress Bootstrap controls.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public enum BootstrapIconSet

Members

Name Description
Glyphicons

Applies the GLYPHICONS icon set to a control.

Embedded

Applies the embedded icon set to a control.

FontAwesome

Applies the Font Awesome icon set to a control.

FontAwesome5

Related API Members

The following properties accept/return BootstrapIconSet values:

See Also