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

BootstrapConfigurationSection.Mode Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[ConfigurationProperty("mode", DefaultValue = BootstrapMode.Bootstrap4)]
public BootstrapMode Mode { get; set; }

Property Value

Type
BootstrapMode

Available values:

Name Description
Bootstrap3

Bootstrap v3 is used.

Bootstrap4

Bootstrap v4 is used.

See Also