WebApplication.SwitchToOldStyle() Method
Cancels the effect of the WebApplication.SwitchToNewStyle method.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Remarks
SwitchToOldStyle method calls are ignored after a user is logged on. The last place in code where you can call this method is the XafApplication.LoggedOn event handler.
See Also