[]
        
(Showing Draft Content)

C1.Win.FlexGrid.StringLengthRule

StringLengthRule Class

Specifies the minimum and maximum length of characters that are allowed in the editor.

Inheritance
StringLengthRule
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class StringLengthRule : ValidationRule

Constructors

Name Description
StringLengthRule()

Properties

Name Description
MaximumLength

Gets or sets the maximum length of a string in the editor.

MinimumLength

Gets or sets the minimum length of a string in the editor.

Methods

Name Description
Validate(object)

Performs validation checks on a value.