Table of Contents

Class RadzenStepsItem

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenStepsItem component.

public class RadzenStepsItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenStepsItem
Implements
Inherited Members

Constructors

RadzenStepsItem()

public RadzenStepsItem()

Properties

AriaLabel

Gets or sets the aria-label attribute.

public string AriaLabel { get; set; }

Property Value

string

ChildContent

Gets or sets the child content.

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

The child content.

Disabled

Gets or sets a value indicating whether this RadzenStepsItem is disabled.

[Parameter]
public bool Disabled { get; set; }

Property Value

bool

true if disabled; otherwise, false.

NextAriaLabel

Gets or sets the aria-label attribute of the next button.

public string NextAriaLabel { get; set; }

Property Value

string

NextText

Gets or sets text of the next button.

[Parameter]
public string NextText { get; set; }

Property Value

string

NextTitle

Gets or sets the title attribute of the next button.

public string NextTitle { get; set; }

Property Value

string

PreviousAriaLabel

Gets or sets the aria-label attribute of the previous button.

public string PreviousAriaLabel { get; set; }

Property Value

string

PreviousText

Gets or sets text of the previous button.

[Parameter]
public string PreviousText { get; set; }

Property Value

string

PreviousTitle

Gets or sets the title attribute of the previous button.

public string PreviousTitle { get; set; }

Property Value

string

Selected

Gets or sets a value indicating whether this RadzenStepsItem is selected.

[Parameter]
public bool Selected { get; set; }

Property Value

bool

true if selected; otherwise, false.

Steps

Gets or sets the steps.

[CascadingParameter]
public RadzenSteps Steps { get; set; }

Property Value

RadzenSteps

The steps.

Template

Gets or sets the template.

[Parameter]
public RenderFragment<RadzenStepsItem> Template { get; set; }

Property Value

RenderFragment<RadzenStepsItem>

The template.

Text

Gets or sets the text.

[Parameter]
public string Text { get; set; }

Property Value

string

The text.

Title

Gets or sets the title attribute.

public string Title { get; set; }

Property Value

string

Visible

Gets or sets a value indicating whether this RadzenComponent is visible.

[Parameter]
public override bool Visible { get; set; }

Property Value

bool

true if visible; otherwise, false.

Methods

GetComponentCssClass()

protected override string GetComponentCssClass()

Returns

string

SetParametersAsync(ParameterView)

Set parameters as an asynchronous operation.

public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters ParameterView

The parameters.

Returns

Task

A Task representing the asynchronous operation.