ASPxWebControl.BackwardCompatibility Property
Provides access to the control's backward compatibility settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public static BackwardCompatibilitySettings BackwardCompatibility { get; }
Public Shared ReadOnly Property BackwardCompatibility As BackwardCompatibilitySettings
Property Value
Type | Description |
---|---|
BackwardCompatibilitySettings | An BackwardCompatibilitySettings object. |
Remarks
Global.asax:
void Application_Start(object sender, EventArgs e) {
ASPxWebControl.BackwardCompatibility.RemovePotentiallyDangerousNavigateUrlDefaultValue = true;
}
See Also
Feedback