Tab Class
Represents an individual tab within a
Tabs component.
| Tab | Initializes a new instance of the Tab class |
| Active |
Retrieves whether the tab is active. If not set, the tab is not active.
|
| ChildContent |
Gets or sets the content to be rendered within the component.
|
| Disabled |
Retrieves whether the tab is disabled. If not set, the tab is always enabled.
|
| OnClick |
This event fires when the user clicks the corresponding tab button and the tab is displayed.
|
| Parent |
Gets or sets the parent.
|
| TitleTemplate |
Gets or sets the tab title template.
|