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

CustomizeApplicationRuntimeRulesEventArgs.ApplicationModelRuleSet Property

Specifies validation rules declared via the Application Model.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public RuleSet ApplicationModelRuleSet { get; }

Property Value

Type Description
RuleSet

A RuleSet object, which is the validation rules declared via the Application Model.

See Also