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

In This Topic
    MultiLine Property
    In This Topic
    Determines the default text to display in an input control.
    Syntax
    'Declaration
     
    Public Property MultiLine As System.Boolean
    public System.bool MultiLine {get; set;}
    See Also