[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Items.NavItemsCollection

NavItemsCollection Class

Represents collection of the navigation items.

Inheritance
NavItemsCollection
Namespace: C1.Win.Input.DbNavigator.Items
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
public class NavItemsCollection : BindingList<NavItem>, IList<NavItem>, ICollection<NavItem>, IReadOnlyList<NavItem>, IReadOnlyCollection<NavItem>, IEnumerable<NavItem>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents

Methods

Name Description
AddRange(NavItemsCollection)

Adds a NavItemsCollection to the current collection.

AddRange(IEnumerable<NavItem>)

Adds an array of NavItem to the collection.

OnAddingNew(AddingNewEventArgs)