C1.Win.Input.DbNavigator.Items Namespace / NavItemsCollection Class
Members

NavItemsCollection Class
Represents collection of the navigation items.
Object Model
NavItemsCollection ClassNavItem Class
Syntax
'Declaration
 
Public Class NavItemsCollection 
   Inherits System.ComponentModel.BindingList(Of NavItem)
 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         C1.Win.Input.DbNavigator.Items.NavItemsCollection

See Also