Class IgbTabs
Represents tabs component
Inheritance
System.Object
IgbTabs
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTabs : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbTabs()
Declaration
Properties
Activation
Determines the tab activation. When set to auto,
the tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys
and the corresponding panel is displayed.
When set to manual, the tab is only focused. The selection happens after pressing Space or Enter.
Declaration
public TabsActivation Activation { get; set; }
Property Value
Alignment
Sets the alignment for the tab headers
Declaration
public TabsAlignment Alignment { get; set; }
Property Value
Change
Declaration
public EventCallback<IgbTabComponentEventArgs> Change { get; set; }
Property Value
ChangeScript
Declaration
public string ChangeScript { get; set; }
Property Value
Type |
Description |
System.String |
|
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
DisconnectedCallback()
Declaration
public void DisconnectedCallback()
DisconnectedCallbackAsync()
Declaration
public Task DisconnectedCallbackAsync()
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
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Select(String)
Declaration
public void Select(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
SelectAsync(String)
Selects the specified tab and displays the corresponding panel.
Declaration
public Task SelectAsync(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable