Search Results for

    Show / Hide Table of Contents

    Class MuddyWizardPanel

    This class is the code-behind for the MuddyWizardPanel razor component.

    Inheritance
    System.Object
    Microsoft.AspNetCore.Components.ComponentBase
    MudBlazor.MudComponentBase
    MuddyWizardPanel
    Implements
    Microsoft.AspNetCore.Components.IComponent
    Microsoft.AspNetCore.Components.IHandleEvent
    Microsoft.AspNetCore.Components.IHandleAfterRender
    System.IAsyncDisposable
    Inherited Members
    MudBlazor.MudComponentBase.Logger
    MudBlazor.MudComponentBase.Class
    MudBlazor.MudComponentBase.Style
    MudBlazor.MudComponentBase.Tag
    MudBlazor.MudComponentBase.UserAttributes
    MudBlazor.MudComponentBase.FieldId
    Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
    Microsoft.AspNetCore.Components.ComponentBase.OnInitializedAsync()
    Microsoft.AspNetCore.Components.ComponentBase.OnParametersSet()
    Microsoft.AspNetCore.Components.ComponentBase.OnParametersSetAsync()
    Microsoft.AspNetCore.Components.ComponentBase.StateHasChanged()
    Microsoft.AspNetCore.Components.ComponentBase.ShouldRender()
    Microsoft.AspNetCore.Components.ComponentBase.OnAfterRender(System.Boolean)
    Microsoft.AspNetCore.Components.ComponentBase.OnAfterRenderAsync(System.Boolean)
    Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Action)
    Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Func<System.Threading.Tasks.Task>)
    Microsoft.AspNetCore.Components.ComponentBase.Microsoft.AspNetCore.Components.IComponent.Attach(Microsoft.AspNetCore.Components.RenderHandle)
    Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)
    Microsoft.AspNetCore.Components.ComponentBase.Microsoft.AspNetCore.Components.IHandleEvent.HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem, System.Object)
    Microsoft.AspNetCore.Components.ComponentBase.Microsoft.AspNetCore.Components.IHandleAfterRender.OnAfterRenderAsync()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: CG.Blazor.Wizard
    Assembly: CG.Blazor.Wizard.dll
    Syntax
    public class MuddyWizardPanel : MudComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IAsyncDisposable

    Properties

    ChildContent

    This property contains the child content for the component.

    Declaration
    [Parameter]
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Description

    This property contains the description for the component.

    Declaration
    [Parameter]
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Parent

    This property contains the parent of the component.

    Declaration
    [CascadingParameter]
    protected MuddyWizard Parent { get; set; }
    Property Value
    Type Description
    MuddyWizard

    Title

    This property contains the title for the component.

    Declaration
    [Parameter]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    DisposeAsync()

    This method is called to dispose of the component.

    Declaration
    public async ValueTask DisposeAsync()
    Returns
    Type Description
    System.Threading.Tasks.ValueTask

    A task to perform the operation.

    OnInitialized()

    This method is called to initialize the component.

    Declaration
    protected override void OnInitialized()
    Overrides
    Microsoft.AspNetCore.Components.ComponentBase.OnInitialized()

    Implements

    Microsoft.AspNetCore.Components.IComponent
    Microsoft.AspNetCore.Components.IHandleEvent
    Microsoft.AspNetCore.Components.IHandleAfterRender
    System.IAsyncDisposable
    In This Article
    Back to top Generated by DocFX