[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TextLengthValidator.MinimumLength

MinimumLength Property

MinimumLength

Gets or sets the minimum length of the text.

Declaration
public int MinimumLength { get; set; }
Public Property MinimumLength As Integer
Property Value
Type Description
int

The minimum length. The default is 0.

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value is less than 0 or greater than MaximumLength.