Back to Devexpress

BootstrapConfigurationSection.IconSet Property

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

latest1.6 KB
Original Source

BootstrapConfigurationSection.IconSet Property

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[ConfigurationProperty("iconSet", DefaultValue = BootstrapIconSet.Embedded)]
public BootstrapIconSet IconSet { get; set; }
vb
<ConfigurationProperty("iconSet", DefaultValue:=BootstrapIconSet.Embedded)>
Public Property IconSet As BootstrapIconSet

Property Value

Type
BootstrapIconSet

Available values:

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.

|

See Also

BootstrapConfigurationSection Class

BootstrapConfigurationSection Members

DevExpress.Web.Bootstrap Namespace