Name | Description | |
---|---|---|
![]() | C1MenuItemCollection Constructor | Initializes a new instance of the C1MenuItemCollection class. |
The following tables list the members exposed by C1MenuItemCollection.
Name | Description | |
---|---|---|
![]() | C1MenuItemCollection Constructor | Initializes a new instance of the C1MenuItemCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>) |
![]() | Events | Events of C1MenuItemCollection Change. |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>) |
Name | Description | |
---|---|---|
![]() | Add | Adds new menu 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 C1MenuItem item to specific position into the collection. |
![]() | Remove | Removes item from list. |
![]() | RemoveAt | Removes item from list by index. |
Name | Description | |
---|---|---|
![]() | Cleared | Fires after the item is cleared. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>) |
![]() | ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>) |
![]() | ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>) |
![]() | ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>) |
![]() | OnCollectionChanged | Occurs after C1MenuItemCollection collection was changed. |