Skip to main content
A newer version of this page is available. .

ActionBase.Application Property

Provides access to an XafApplication object that can be used to manage an application.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[Browsable(false)]
public XafApplication Application { get; set; }

Property Value

Type Description
XafApplication

An XafApplication object that provides methods and properties to manage the current application.

See Also