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

CustomizeApplicationRuntimeRulesEventArgs.ApplicationModelRuleSet Property

Specifies validation rules declared via the Application Model.

Namespace: DevExpress.ExpressApp.Validation

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