Skip to main content
.NET 6.0+

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.v23.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