BootstrapConfigurationSection.IconSet Property
In This Article
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[ConfigurationProperty("iconSet", DefaultValue = BootstrapIconSet.Embedded)]
public BootstrapIconSet IconSet { get; set; }
#Property Value
Type |
---|
Bootstrap |
Available values:
Name | Description |
---|---|
Glyphicons | Applies the GLYPHICONS icon set to a control. |
Embedded | Applies the embedded icon set to a control. |
Font |
Applies the Font Awesome ver. |
Font |
Applies the Font Awesome ver. |
See Also