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

ASPxWebControl.BackwardCompatibility Property

Provides access to the control’s backward compatibility settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public static BackwardCompatibilitySettings BackwardCompatibility { get; }

Property Value

Type Description
BackwardCompatibilitySettings

An BackwardCompatibilitySettings object.

Remarks

Global.asax:

void Application_Start(object sender, EventArgs e) {
    ASPxWebControl.BackwardCompatibility.RemovePotentiallyDangerousNavigateUrlDefaultValue = true;
}
See Also