RadzenStepsItem component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenStepsItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the aria-label attribute.
public string AriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the aria-label attribute. |
Gets or sets the child content.
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the child content. |
Gets or sets a value indicating whether this RadzenStepsItem is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenStepsItem is disabled. |
Gets or sets the aria-label attribute of the next button.
public string NextAriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the aria-label attribute of the next button. |
Gets or sets text of the next button.
public string NextText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets text of the next button. |
Gets or sets the title attribute of the next button.
public string NextTitle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title attribute of the next button. |
Gets or sets the aria-label attribute of the previous button.
public string PreviousAriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the aria-label attribute of the previous button. |
Gets or sets text of the previous button.
public string PreviousText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets text of the previous button. |
Gets or sets the title attribute of the previous button.
public string PreviousTitle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title attribute of the previous button. |
Gets or sets a value indicating whether this RadzenStepsItem is selected.
public bool Selected { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenStepsItem is selected. |
Gets or sets the steps.
public RadzenSteps Steps { get; set; }
| Type | Description |
|---|---|
| RadzenSteps | Gets or sets the steps. |
Gets or sets the template.
public RenderFragment<RadzenStepsItem> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenStepsItem> | Gets or sets the template. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets the title attribute.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title attribute. |
Gets or sets a value indicating whether this RadzenComponent is visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenComponent is visible. |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |
Set parameters as an asynchronous operation.
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters | The parameters. |
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |