ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputText Class / MaxLength Property

In This Topic
    MaxLength Property (C1InputText)
    In This Topic
    Gets or sets the maximum length of text that can be input in the control.
    Syntax
    'Declaration
     
    Public Property MaxLength As System.Integer
    public System.int MaxLength {get; set;}
    Exceptions
    ExceptionDescription
    The value should not be negative.
    See Also