C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class
Properties Methods Events

C1AppViewItemCollection Class Members

The following tables list the members exposed by C1AppViewItemCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the AccordionPaneCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>)
Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public PropertyGets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>)
Top
Public Methods
 NameDescription
Public MethodAdds a new pane item to the end of the list.  
Public MethodRemoves all items from collection.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public MethodInsert a C1AppViewItem item into a specific position in the collection.  
Public MethodRemoves the specified item from the list.  
Public MethodRemoves an item from the list using its index.  
Top
Public Events
See Also