Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LogoffController Class

Represents a ViewController descendant that contains the Logoff Action.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#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