StringLengthRuleBuilder Class
A validation rule that checks if the length of an editor’s value does not exceed the specified limit.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class StringLengthRuleBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return StringLengthRuleBuilder objects:
Implements
Inheritance
Object
OptionsOwnerBuilder
StringLengthRuleBuilder
See Also