ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListView Class / Items Property

In This Topic
    Items Property (C1ListView)
    In This Topic
    Gets a C1ListViewItemCollection collection that contains the item C1ListView object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As C1ListViewItemCollection
    public C1ListViewItemCollection Items {get;}
    See Also