Skip to main content
A newer version of this page is available. .

WebApplication.SwitchToOldStyle() Method

Cancels the effect of the WebApplication.SwitchToNewStyle method.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public void SwitchToOldStyle()

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