[]
Represents collection of the navigation items.
public class NavItemsCollection : BindingList<NavItem>, IList<NavItem>, ICollection<NavItem>, IReadOnlyList<NavItem>, IReadOnlyCollection<NavItem>, IEnumerable<NavItem>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents
Name | Description |
---|---|
AddRange(NavItemsCollection) | Adds a NavItemsCollection to the current collection. |
AddRange(IEnumerable<NavItem>) | Adds an array of NavItem to the collection. |
OnAddingNew(AddingNewEventArgs) |