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 |
|
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
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
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
GetSelected()
Declaration
public string GetSelected()
Returns
| Type |
Description |
| System.String |
|
GetSelectedAsync()
Declaration
public Task<string> GetSelectedAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.String> |
|
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
| Type |
Description |
| System.String |
|
Overrides
Select(String)
Declaration
public void Select(string id)
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
SelectAsync(String)
Selects the specified tab and displays the corresponding panel.
Declaration
public Task SelectAsync(string id)
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable