DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DashboardOptions Class / HeaderElements Property

In This Topic
    HeaderElements Property (DashboardOptions)
    In This Topic
    Gets a list of the ItemContainer header additional elements.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HeaderElements As Collection(Of Control)
    public Collection<Control> HeaderElements {get;}
    See Also