Skip to main content

BootstrapIconSet Enum

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

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.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.

Related API Members

The following properties accept/return BootstrapIconSet values:

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also