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.v24.1.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