Skip to main content
A newer version of this page is available. .

WebApplication.LogonWindow Property

Gets the ASP.NET application’s logon Window

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[Browsable(false)]
public WebWindow LogonWindow { get; }

Property Value

Type Description
WebWindow

A WebWindow object representing the ASP.NET application’s logon Window.

See Also