SettingsConfigurationSection.BootstrapMode Property
In This Article
OBSOLETE
Use the dev
Gets or sets the value of the Bootstrap Mode configuration option.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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