Skip to main content

BootstrapOptions.IconSet Property

Namespace: DevExpress.AspNetCore.Bootstrap

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

Declaration

public BootstrapIconSet IconSet { get; set; }

Property Value

Type
BootstrapIconSet

Available values:

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.

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