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

In This Topic
    Items Property
    In This Topic
    Gets a C1AutoCompleteDataItemCollection object that contains the items of the current C1AutoComplete control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As C1AutoCompleteDataItemCollection
    public C1AutoCompleteDataItemCollection Items {get;}
    See Also