ASPxWebControl.BackwardCompatibility Property
Provides access to the control’s backward compatibility settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
BackwardCompatibilitySettings | An BackwardCompatibilitySettings object. |
Remarks
Global.asax:
void Application_Start(object sender, EventArgs e) {
ASPxWebControl.BackwardCompatibility.RemovePotentiallyDangerousNavigateUrlDefaultValue = true;
}
See Also