StringLengthRuleBuilder Class
In This Article
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
C#
public class StringLengthRuleBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Implements
#Inheritance
Object
OptionsOwnerBuilder
StringLengthRuleBuilder
See Also