Table of Contents

Class MudDynamicTabs

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class MudDynamicTabs : MudTabs, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged, IAsyncDisposable
Inheritance
MudDynamicTabs
Implements
Inherited Members
Extension Methods

Constructors

MudDynamicTabs()

public MudDynamicTabs()

Properties

AddIconClass

Classes that are applied to the icon button of the add button

[Parameter]
[Category("Appearance")]
public string AddIconClass { get; set; }

Property Value

string

AddIconStyle

Styles that are applied to the icon button of the add button

[Parameter]
[Category("Appearance")]
public string AddIconStyle { get; set; }

Property Value

string

AddIconToolTip

Tooltip that shown when a user hovers of the add button. Empty or null, if no tooltip should be visible

[Parameter]
[Category("Behavior")]
public string AddIconToolTip { get; set; }

Property Value

string

AddTab

The callback, when the add button has been clicked

[Parameter]
public EventCallback AddTab { get; set; }

Property Value

EventCallback

AddTabIcon

The icon used for the add button

[Parameter]
[Category("Appearance")]
public string AddTabIcon { get; set; }

Property Value

string

CloseIconClass

Classes that are applied to the icon button of the close button

[Parameter]
[Category("Appearance")]
public string CloseIconClass { get; set; }

Property Value

string

CloseIconStyle

Styles that are applied to the icon button of the close button

[Parameter]
[Category("Appearance")]
public string CloseIconStyle { get; set; }

Property Value

string

CloseIconToolTip

Tooltip that shown when a user hovers of the close button. Empty or null, if no tooltip should be visible

[Parameter]
[Category("Behavior")]
public string CloseIconToolTip { get; set; }

Property Value

string

CloseTab

The callback, when the close button has been clicked

[Parameter]
public EventCallback<MudTabPanel> CloseTab { get; set; }

Property Value

EventCallback<MudTabPanel>

CloseTabIcon

The icon used for the close button

[Parameter]
[Category("Appearance")]
public string CloseTabIcon { get; set; }

Property Value

string

InternalClassName

Can be used in derived class to add a class to the main container. If not overwritten return an empty string

protected override string InternalClassName { get; }

Property Value

string

Render

Renders the component to the supplied BuildRenderTree(RenderTreeBuilder).

public RenderFragment Render { get; }

Property Value

RenderFragment

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnInitialized()

protected override void OnInitialized()