CreateCustomParametersDetailViewEventArgs.Application Property
In This Article
Gets the object that manages the current XAF application.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public XafApplication Application { get; }
#Property Value
Type | Description |
---|---|
Xaf |
An Xaf |
See Also