FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / StringLengthRule Class / MinimumLength Property

In This Topic
    MinimumLength Property (StringLengthRule)
    In This Topic
    Gets or sets the minimum length of a string in the editor.
    Syntax
    'Declaration
     
    
    Public Property MinimumLength As Integer
    public int MinimumLength {get; set;}
    See Also