FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / MaxLength Property

In This Topic
    MaxLength Property (Column)
    In This Topic
    Gets or sets the maximum number of characters the user can type or paste into the System.Windows.Forms.TextBoxBase-based editor.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    public int MaxLength {get; set;}
    See Also