[]
Represents a tab within a TabPanel control.
public class Tab
Tabs have two elements: a header and a pane. The header displays the tab title and the pane represents the tab content.
| Name | Description |
|---|---|
| Tab() | Creates one Tab instance. |
| Name | Description |
|---|---|
| Header | Gets or sets the selector string to determine tab's header element. |
| IsDisabled | Gets or sets a value that determines whether this Tab is disabled. |
| IsVisible | Gets or sets a value that determines whether this Tab is visible. |
| Pane | Gets or sets the selector string to determine tab's content element. |