expressappframework-devexpress-dot-expressapp-dot-systemmodule-188ff445.md
Represents a ViewController descendant that contains the Logoff Action.
Namespace : DevExpress.ExpressApp.SystemModule
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public class LogoffController :
WindowController
Public Class LogoffController
Inherits WindowController
The LogoffController is intended for presenting the Logoff Action. For details on the Logoff Action, refer to the description of the LogoffController.LogoffAction property that provides access to this Action.
Note
If you are using custom logon parameters and authentication, you need to implement the AuthenticationBase.Logoff method AuthenticationBase.IsLogoffEnabled property to support logoff functionality. Refer to the How to: Implement Custom Security Objects (Users, Roles, Operation Permissions) topic to see an example.
Object MarshalByRefObject Component Controller WindowController LogoffController
See Also