Class RadzenStepsItem
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
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
NextText
Gets or sets text of the next button.
[Parameter]
public string NextText { get; set; }
Property Value
NextTitle
Gets or sets the title attribute of the next button.
public string NextTitle { get; set; }
Property Value
PreviousAriaLabel
Gets or sets the aria-label attribute of the previous button.
public string PreviousAriaLabel { get; set; }
Property Value
PreviousText
Gets or sets text of the previous button.
[Parameter]
public string PreviousText { get; set; }
Property Value
PreviousTitle
Gets or sets the title attribute of the previous button.
public string PreviousTitle { get; set; }
Property Value
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
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
SetParametersAsync(ParameterView)
Set parameters as an asynchronous operation.
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
ParameterViewThe parameters.
Returns
- Task
A Task representing the asynchronous operation.