LogoffController Class
Represents a ViewController descendant that contains the Logoff Action.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v22.1.dll
Declaration
Remarks
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LogoffController class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.