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
AddIconStyle
Styles that are applied to the icon button of the add button
[Parameter]
[Category("Appearance")]
public string AddIconStyle { get; set; }
Property Value
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
AddTab
The callback, when the add button has been clicked
[Parameter]
public EventCallback AddTab { get; set; }
Property Value
AddTabIcon
The icon used for the add button
[Parameter]
[Category("Appearance")]
public string AddTabIcon { get; set; }
Property Value
CloseIconClass
Classes that are applied to the icon button of the close button
[Parameter]
[Category("Appearance")]
public string CloseIconClass { get; set; }
Property Value
CloseIconStyle
Styles that are applied to the icon button of the close button
[Parameter]
[Category("Appearance")]
public string CloseIconStyle { get; set; }
Property Value
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
CloseTab
The callback, when the close button has been clicked
[Parameter]
public EventCallback<MudTabPanel> CloseTab { get; set; }
Property Value
CloseTabIcon
The icon used for the close button
[Parameter]
[Category("Appearance")]
public string CloseTabIcon { get; set; }
Property Value
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
Render
Renders the component to the supplied BuildRenderTree(RenderTreeBuilder).
public RenderFragment Render { get; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnInitialized()
protected override void OnInitialized()