ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Class TabPanel 
       Inherits Control
       Implements ITemplateMicrosoft.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