Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizePopupWindowParamsEventArgs.Application Property

Provides access to an XafApplication object that provides methods and properties to manage the current application.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public XafApplication Application { get; }

Property Value

Type Description
XafApplication

An XafApplication object that can be used manage the current application.

See Also