Skip to main content
.NET 6.0+

CustomizeRulesEventArgs.Application Property

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

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v23.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