XafApplication.LogOff() Method
In This Article
Performs the application logout.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
This method is a base platform-independent method for the WinApplication.LogOff, WebApplication.LogOff, and BlazorApplication.LogOff methods. Use this method if you need to perform the LogOff operation from a platform-independent module.
See Also