Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class
Members

In This Topic
    C1DbNavigator Class
    In This Topic
    Represents a data bound control supporting convenient navigation over data source rows and common data actions such as updating the data source and refreshing data.
    Object Model
    C1DbNavigator ClassElement ClassElement ClassElement ClassElement ClassNavItemsCollection ClassNavItem ClassDbNavigatorStyles Class
    Syntax
    'Declaration
     
    
    Public Class C1DbNavigator 
       Inherits C1.Framework.XViewLight
       Implements C1.Framework.IView 
    public class C1DbNavigator : C1.Framework.XViewLight, C1.Framework.IView  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.XViewLight
                   C1.Win.Input.DbNavigator.C1DbNavigator

    See Also