> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# WizardPane

## Definition

**Assembly:** CloudNimble.BlazorEssentials.dll

**Namespace:** CloudNimble.BlazorEssentials.Merlin

**Inheritance:** Microsoft.AspNetCore.Components.ComponentBase

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.Merlin.WizardPane
```

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> .ctor

#### Syntax

```csharp theme={"dark"}
public WizardPane()
```

## Properties

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> ChildContent

#### Syntax

```csharp theme={"dark"}
public Microsoft.AspNetCore.Components.RenderFragment ChildContent { get; set; }
```

#### Property Value

Type: `Microsoft.AspNetCore.Components.RenderFragment`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> Description

#### Syntax

```csharp theme={"dark"}
public string Description { get; set; }
```

#### Property Value

Type: `string`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> IsNextEnabled

#### Syntax

```csharp theme={"dark"}
public bool IsNextEnabled { get; set; }
```

#### Property Value

Type: `bool`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> NextLabel

#### Syntax

```csharp theme={"dark"}
public string NextLabel { get; set; }
```

#### Property Value

Type: `string`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> OnBackAction

#### Syntax

```csharp theme={"dark"}
public System.Action OnBackAction { get; set; }
```

#### Property Value

Type: `System.Action`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> OnNextAction

#### Syntax

```csharp theme={"dark"}
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>>`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> Parent

#### Syntax

```csharp theme={"dark"}
public CloudNimble.BlazorEssentials.Merlin.Wizard Parent { get; set; }
```

#### Property Value

Type: `CloudNimble.BlazorEssentials.Merlin.Wizard`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> Status

#### Syntax

```csharp theme={"dark"}
public CloudNimble.BlazorEssentials.Merlin.WizardPaneStatus Status { get; set; }
```

#### Property Value

Type: `CloudNimble.BlazorEssentials.Merlin.WizardPaneStatus`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> Title

#### Syntax

```csharp theme={"dark"}
public string Title { get; set; }
```

#### Property Value

Type: `string`

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> Type

#### Syntax

```csharp theme={"dark"}
public CloudNimble.BlazorEssentials.Merlin.WizardPaneType Type { get; set; }
```

#### Property Value

Type: `CloudNimble.BlazorEssentials.Merlin.WizardPaneType`
