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

In This Topic
    Source Property (C1AutoComplete)
    In This Topic
    Defines the data to use, must be specified. See Overview section for more details, and look at the various demos. Reference: http://jqueryui.com/demos/autocomplete/#source
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As AutoCompleteSourceOption
    public AutoCompleteSourceOption Source {get;}
    See Also