Skip to main content
.NET Framework 4.6.2+

CustomizeRulesEventArgs.RuleSources Property

Specifies additional validation rule sources to be used by the application.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public List<IRuleSource> RuleSources { get; }

Property Value

Type Description
List<IRuleSource>

A List<IRuleSource> collection of additional validation rule sources to be used by the application.

See Also