Back to Devexpress

ASPxWebControl.BackwardCompatibility Property

aspnet-devexpress-dot-web-dot-aspxwebcontrol-d52466ce.md

latest1.4 KB
Original Source

ASPxWebControl.BackwardCompatibility Property

Provides access to the control’s backward compatibility settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static BackwardCompatibilitySettings BackwardCompatibility { get; }
vb
Public Shared ReadOnly Property BackwardCompatibility As BackwardCompatibilitySettings

Property Value

TypeDescription
BackwardCompatibilitySettings

An BackwardCompatibilitySettings object.

|

Remarks

Global.asax:

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

See Also

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace