Class IgbTab
Represents the tab header.
Inheritance
System.Object
IgbTab
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTab : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbTab()
Declaration
Properties
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Disabled
Determines whether the tab is disabled.
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Panel
The id of the tab panel which will be controlled by the tab.
Declaration
public string Panel { get; set; }
Property Value
Type |
Description |
System.String |
|
Selected
Determines whether the tab is selected.
Declaration
public bool Selected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Blur()
Declaration
BlurAsync()
Removes focus from the tab.
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
ConnectedCallback()
Declaration
public void ConnectedCallback()
ConnectedCallbackAsync()
Declaration
public Task ConnectedCallbackAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Focus(IgbFocusOptions)
Declaration
public void Focus(IgbFocusOptions options)
Parameters
FocusAsync(IgbFocusOptions)
Declaration
public Task FocusAsync(IgbFocusOptions options)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable