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

SettingsConfigurationSection.IECompatibilityVersion Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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