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

In This Topic
    Items Property (C1DbNavigator)
    In This Topic
    Gets the collection of the items contained in this control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As NavItemsCollection
    public NavItemsCollection Items {get;}
    See Also