Skip to main content
All docs
V26.1
  • SecurityOptions.Lockout Property

    Options that you can use to configure user lockout.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.Security.v26.1.dll

    Declaration

    public LockoutOptions Lockout { get; set; }

    Property Value

    Type Description
    LockoutOptions

    An LockoutOptions object that contains options to configure user lockout.

    See Also