Name | Description | |
---|---|---|
![]() | C1AppViewItemCollection Constructor | Initializes a new instance of the AccordionPaneCollection class. |
The following tables list the members exposed by C1AppViewItemCollection.
Name | Description | |
---|---|---|
![]() | C1AppViewItemCollection Constructor | Initializes a new instance of the AccordionPaneCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>) |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>) |
Name | Description | |
---|---|---|
![]() | Add | Adds a new pane item to the end of the list. |
![]() | Clear | Removes all items from collection. |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Insert | Insert a C1AppViewItem item into a specific position in the collection. |
![]() | Remove | Removes the specified item from the list. |
![]() | RemoveAt | Removes an item from the list using its index. |
Name | Description | |
---|---|---|
![]() | Cleared | Fires after the item is cleared. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>) |
![]() | ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>) |
![]() | ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>) |
![]() | ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1AppView,C1AppViewItem>) |