[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TextLengthValidator.MaximumLength

MaximumLength Property

MaximumLength

Gets or sets the maximum length of the text.

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

The maximum length. The default is MaxValue.

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value is less than MinimumLength.