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

SettingsConfigurationSection.BootstrapMode Property

OBSOLETE

Use the devExpress bootstrap section's mode property instead.

Gets or sets the value of the Bootstrap Mode configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the devExpress bootstrap section's mode property instead.")]
public string BootstrapMode { get; set; }

Property Value

Type Description
String

A string value specifying the mode.

See Also