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

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

Implements

Inheritance

Object
OptionsOwnerBuilder
StringLengthRuleBuilder
See Also