ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TabPanel Class
Members






In This Topic
    TabPanel Class
    In This Topic
    Defines a control which enables content organization at a high level, such as switching between views, data sets, or functional aspects of an application.
    Object Model
    TabPanel Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class TabPanel 
       Inherits Control
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As TabPanel
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class TabPanel : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class TabPanel = class(Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class TabPanel extends Control implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class TabPanel : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class TabPanel : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Remarks
    Tabs are presented as a single row above their associated content. Tab headers succinctly describe the content within. Tabs can be selected with the mouse or keyboard, and automatically update the content to reflect the current selection.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.TabPanel

    See Also