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

BootstrapConfigurationSection.IconSet Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[ConfigurationProperty("iconSet", DefaultValue = BootstrapIconSet.Embedded)]
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 ver.4 icon set to a control.

FontAwesome5

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

See Also