ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Input Namespace / C1InputTextExtender Class / MaxLineCount Property

In This Topic
    MaxLineCount Property
    In This Topic
    Gets or sets the max count of lines can be input into the Edit control. .
    Syntax
    'Declaration
     
    Public Property MaxLineCount As System.Integer
    public System.int MaxLineCount {get; set;}
    Exceptions
    ExceptionDescription
    The value should not be negative.
    See Also