Back to Devexpress

LogoffController Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-188ff445.md

latest2.6 KB
Original Source

LogoffController Class

Represents a ViewController descendant that contains the Logoff Action.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class LogoffController :
    WindowController
vb
Public Class LogoffController
    Inherits 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.

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

ISupportUpdate

Inheritance

Object MarshalByRefObject Component Controller WindowController LogoffController

See Also

LogoffController Members

DevExpress.ExpressApp.SystemModule Namespace