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 to this section

RadzenStepsItem component.

Declaration
public RadzenStepsItem()

Properties

AriaLabelLink to this section

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 to this section

Gets or sets the child content.

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

DisabledLink to this section

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 to this section

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 to this section

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 to this section

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.

OnNextStepLink to this section

Gets or sets the callback that is invoked when navigating to the next step from this step.

Declaration
public EventCallback OnNextStep { get; set; }
Property Value
Type Description
EventCallbackGets or sets the callback that is invoked when navigating to the next step from this step.

OnPreviousStepLink to this section

Gets or sets the callback that is invoked when navigating to the previous step from this step.

Declaration
public EventCallback OnPreviousStep { get; set; }
Property Value
Type Description
EventCallbackGets or sets the callback that is invoked when navigating to the previous step from this step.

PreviousAriaLabelLink to this section

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 to this section

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 to this section

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 to this section

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 to this section

Gets or sets the steps.

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

TemplateLink to this section

Gets or sets the template.

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

TextLink to this section

Gets or sets the text.

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

TitleLink to this section

Gets or sets the title attribute.

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

VisibleLink to this section

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 to this section

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

SetParametersAsyncLink to this section

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 🗙