Tab Class

Represents an individual tab within a Tabs component.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class Tab : BlazorBootstrapComponentBase, IDisposable
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    Tab
Implements
IDisposable

Constructors

TabInitializes a new instance of the Tab class

Properties

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.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also