ModuleBase.Application Property
In This Article
Provides access to an XafApplication object that can be used to manage the current application.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Browsable(false)]
public XafApplication Application { get; set; }
#Property Value
Type | Description |
---|---|
Xaf |
An Xaf |
See Also