ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class
Members

In This Topic
    C1AppViewItemCollection Class
    In This Topic
    Represents a collection of Appview item.
    Object Model
    C1AppViewItemCollection Class
    Syntax
    'Declaration
     
    Public Class C1AppViewItemCollection 
       Inherits C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection(Of C1AppView,C1AppViewItem)
    public class C1AppViewItemCollection : C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1AppView.C1AppViewItemCollection

    See Also