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

XafApplication.LogOff() Method

Performs the application logout.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public virtual void LogOff()

Remarks

This method is a base platform-independent method for the WinApplication.LogOff and WebApplication.LogOff methods. Use this method if you need to perform the LogOff operation from a platform-independent module.

See Also