Represents a tab within a TabPanel control.
Tabs have two elements: a header and a pane. The header displays the tab title and the pane represents the tab content.
constructor(header: any, pane: any): Tab
Initializes a new instance of the Tab class.
Element or CSS selector for the element that contains the Tab header.
Element or CSS selector for the element that contains the Tab content.
Gets the tab's header element.
Gets or sets a value that determines whether this Tab is disabled.
Gets or sets a value that determines whether this Tab is visible.
Gets the tab's content element.
Gets a reference to the TabPanel that contains this Tab.
Represents a tab within a TabPanel control.
Tabs have two elements: a header and a pane. The header displays the tab title and the pane represents the tab content.