InterfaceITab
Interface
Interface describing the public properties of a Tab instance you can access.
Definition
Namespace:Telerik.Blazor.Components.TabStrip
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public interface ITab
Properties
ChildContent
The contents of the tab.
Content
The content of the tab.
Disabled
Whether the tab is disabled so the user cannot select it.
HeaderTemplate
The header template of the tab.