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

CustomizeRulesEventArgs.Rules Property

Specifies additional validation rules to be used by the application.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public List<IRule> Rules { get; }

Property Value

Type Description
List<IRule>

A List<IRule> collection of additional validation rules to be used by the application.

See Also