Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LogoffController Class

Represents a ViewController descendant that contains the Logoff Action.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public class LogoffController :
    WindowController

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.

LogOffAction_Win

LogOffAction_Web

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.

Implements

See Also