InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputGridPanel Class / Items Property

In This Topic
    Items Property (InputGridPanel)
    In This Topic
    Gets the collection of input components on this layout panel.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As InputComponentCollection
    public InputComponentCollection Items {get;}
    See Also