WebWindow.Application Property
In This Article
Provides access to a WebApplication object that can be used to manage the current application.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public WebApplication Application { get; }
#Property Value
Type | Description |
---|---|
Web |
A Web |
See Also