C1.Web.Mvc Namespace / Tab Class
Members

Tab Class
Represents a tab within a TabPanel control.
Syntax
'Declaration
 
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