ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Tab Class
Members

In This Topic
    Tab Class
    In This Topic
    Represents a tab within a TabPanel control.
    Object Model
    Tab Class
    Syntax
    'Declaration
     
    Public Class Tab 
    public class Tab 
    Remarks
    Tabs have two elements: a header and a pane. The header displays the tab title and the pane represents the tab content.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Tab

    See Also