Skip to main content
Tab

SettingsConfigurationSection.IECompatibilityVersion Property

Gets or sets the value of the IE Compatibility Version configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public string IECompatibilityVersion { get; set; }

Property Value

Type Description
String

An integer value that specifies the target Internet Explorer browser compatibility version, or the “edge“ string to use the maximum available Document Mode, or an empty string to disable all compatibility adjustments.

See Also