C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPaneCollection Class
Properties Methods Events

C1AccordionPaneCollection Class Members

The following tables list the members exposed by C1AccordionPaneCollection.

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<C1Accordion,C1AccordionPane>)
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<C1Accordion,C1AccordionPane>)
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 C1AccordionPane 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