Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextLengthValidator Class / MinimumLength Property


In This Topic
    MinimumLength Property
    In This Topic
    Gets or sets the minimum length of the text.
    Syntax
    'Declaration
     
    
    Public Property MinimumLength As Integer
    'Usage
     
    
    Dim instance As TextLengthValidator
    Dim value As Integer
     
    instance.MinimumLength = value
     
    value = instance.MinimumLength
    public int MinimumLength {get; set;}

    Property Value

    The minimum length. The default is 0.
    Exceptions
    ExceptionDescription
    The assigned value is less than 0 or greater than MaximumLength.
    See Also