Back to Devexpress

BootstrapIconSet Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-cab32d3e.md

latest1.5 KB
Original Source

BootstrapIconSet Enum

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum BootstrapIconSet
vb
Public Enum BootstrapIconSet

Members

NameDescription
Glyphicons

Applies the GLYPHICONS icon set to a control.

| | Embedded |

Applies the embedded icon set to a control.

| | FontAwesome |

Applies the Font Awesome ver.4 icon set to a control.

| | FontAwesome5 |

Applies the Font Awesome ver.5 icon set to a control.

|

The following properties accept/return BootstrapIconSet values:

Remarks

Note

In Bootstrap v4, the Glyphicons icon font is dropped. For more information, see the following topic: Migrating to v4.

See Also

DevExpress.Web.Bootstrap Namespace