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

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