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

In This Topic
    MaxLength Property (C1AutoComplete)
    In This Topic
    The attribute "maxlength" of textbox.
    Syntax
    'Declaration
     
    Public Overridable Property MaxLength As System.Integer
    public virtual System.int MaxLength {get; set;}
    See Also