Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Merlin Inheritance: Microsoft.AspNetCore.Components.ComponentBase

Syntax

CloudNimble.BlazorEssentials.Merlin.WizardPane

Constructors

.ctor

Syntax

public WizardPane()

Properties

ChildContent

Syntax

public Microsoft.AspNetCore.Components.RenderFragment ChildContent { get; set; }

Property Value

Type: Microsoft.AspNetCore.Components.RenderFragment

Description

Syntax

public string Description { get; set; }

Property Value

Type: string

IsNextEnabled

Syntax

public bool IsNextEnabled { get; set; }

Property Value

Type: bool

NextLabel

Syntax

public string NextLabel { get; set; }

Property Value

Type: string

OnBackAction

Syntax

public System.Action OnBackAction { get; set; }

Property Value

Type: System.Action

OnNextAction

Syntax

public System.Func<CloudNimble.BlazorEssentials.Merlin.Wizard, System.Threading.Tasks.Task<bool>> OnNextAction { get; set; }

Property Value

Type: System.Func<CloudNimble.BlazorEssentials.Merlin.Wizard, System.Threading.Tasks.Task<bool>>

Parent

Syntax

public CloudNimble.BlazorEssentials.Merlin.Wizard Parent { get; set; }

Property Value

Type: CloudNimble.BlazorEssentials.Merlin.Wizard

Status

Syntax

public CloudNimble.BlazorEssentials.Merlin.WizardPaneStatus Status { get; set; }

Property Value

Type: CloudNimble.BlazorEssentials.Merlin.WizardPaneStatus

Title

Syntax

public string Title { get; set; }

Property Value

Type: string

Type

Syntax

public CloudNimble.BlazorEssentials.Merlin.WizardPaneType Type { get; set; }

Property Value

Type: CloudNimble.BlazorEssentials.Merlin.WizardPaneType