ASP.NET Core MVC Controls | ComponentOne
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 
    'Usage
     
    
    Dim instance As Tab
    public class Tab 
    public class Tab 
    public class Tab 
    public __gc class Tab 
    public ref 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