DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / Items Property

In This Topic
    Items Property (C1DashboardLayout)
    In This Topic
    Returns collection of DashbordItem instances of currently selected layout.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As DashboardCollection
    public DashboardCollection Items {get;}
    See Also