Skip to main content
Tab

ASPxWebControl.BackwardCompatibility Property

Provides access to the control’s backward compatibility settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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