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

WinApplication.LogOff() Method

Closes all windows and displays the logon dialog.

Namespace: DevExpress.ExpressApp.Win

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

Declaration

public override void LogOff()

Remarks

Used by the LogoffController Controller. Triggers the XafApplication.LoggingOff and XafApplication.LoggedOff events. You can handle the former to cancel the log off process, and the latter, to be notified when a user has logged off.

See Also