ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Column Class / MaxLength Property

In This Topic
    MaxLength Property
    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