Skip to main content
All docs
V26.1
  • ISecurityStrategyBase.IsLogoffEnabled Property

    Indicates if the current user can log off and then log on again without restarting the application.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    bool IsLogoffEnabled { get; }

    Property Value

    Type Description
    Boolean

    true if the current user can log off and then log on again without restarting the application; otherwise, false.

    See Also