ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / Text Property

In This Topic
    Text Property (C1AutoComplete)
    In This Topic
    Gets or sets the text of autocomplete control.
    Syntax
    'Declaration
     
    Public Overridable Property Text As System.String
    public virtual System.string Text {get; set;}
    See Also