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

ValidationRulesFactory Class

Provides methods that allow you to add validation rules.

Namespace: DevExtreme.AspNet.Mvc.Factories

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ValidationRulesFactory :
    AbstractCollectionFactory

Remarks

Do not instantiate this class explicitly. A new ValidationRulesFactory class instance is created when you call one of the following methods:

Inheritance

Object
AbstractCollectionFactory
ValidationRulesFactory
See Also