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

CustomizeRulesEventArgs.Application Property

Specifies the object providing methods and properties to manage the current application.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v20.2.dll

Declaration

public XafApplication Application { get; }

Property Value

Type Description
XafApplication

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

See Also