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

WebApplication.IsLoggedOn Property

Indicates whether a user has logged on to the application.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

[Browsable(false)]
public bool IsLoggedOn { get; }

Property Value

Type Description
Boolean

A boolean value indicating that a user is authenticated.

See Also