RadzenStepsItem Class

RadzenStepsItem component.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenStepsItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenStepsItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenStepsItemlink

RadzenStepsItem component.

Declaration
public RadzenStepsItem()

Properties

AriaLabellink

Gets or sets the aria-label attribute.

Declaration
public string AriaLabel { get; set; }
Property Value
Type Description
stringGets or sets the aria-label attribute.

ChildContentlink

Gets or sets the child content.

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragmentGets or sets the child content.

Disabledlink

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

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenStepsItem is disabled.

NextAriaLabellink

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

Declaration
public string NextAriaLabel { get; set; }
Property Value
Type Description
stringGets or sets the aria-label attribute of the next button.

NextTextlink

Gets or sets text of the next button.

Declaration
public string NextText { get; set; }
Property Value
Type Description
stringGets or sets text of the next button.

NextTitlelink

Gets or sets the title attribute of the next button.

Declaration
public string NextTitle { get; set; }
Property Value
Type Description
stringGets or sets the title attribute of the next button.

PreviousAriaLabellink

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

Declaration
public string PreviousAriaLabel { get; set; }
Property Value
Type Description
stringGets or sets the aria-label attribute of the previous button.

PreviousTextlink

Gets or sets text of the previous button.

Declaration
public string PreviousText { get; set; }
Property Value
Type Description
stringGets or sets text of the previous button.

PreviousTitlelink

Gets or sets the title attribute of the previous button.

Declaration
public string PreviousTitle { get; set; }
Property Value
Type Description
stringGets or sets the title attribute of the previous button.

Selectedlink

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

Declaration
public bool Selected { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenStepsItem is selected.

Stepslink

Gets or sets the steps.

Declaration
public RadzenSteps Steps { get; set; }
Property Value
Type Description
RadzenStepsGets or sets the steps.

Templatelink

Gets or sets the template.

Declaration
public RenderFragment<RadzenStepsItem> Template { get; set; }
Property Value
Type Description
RenderFragment<RadzenStepsItem>Gets or sets the template.

Textlink

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text.

Titlelink

Gets or sets the title attribute.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringGets or sets the title attribute.

Visiblelink

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

Declaration
public bool Visible { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenComponent is visible.

Methods

GetComponentCssClasslink

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

SetParametersAsynclink

Set parameters as an asynchronous operation.

Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters The parameters.
Returns
Type Description
TaskA Task representing the asynchronous operation.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙