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

In This Topic
    Items Property (C1ListViewItem)
    In This Topic
    Gets a C1ListViewItemCollection that contains the first-level child items of the current item
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Items As C1ListViewItemCollection
    public virtual C1ListViewItemCollection Items {get;}
    See Also