Class IgbStep
The step component is used within the igc-stepper element and it holds the content of each step.
It also supports custom indicators, title and subtitle.
Inheritance
System.Object
IgbStep
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbStep : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbStep()
Declaration
Properties
Active
Gets/sets whether the step is activе.
Declaration
public bool Active { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Complete
Gets/sets whether the step is completed.
@remarks
When set to true the following separator is styled solid.
Declaration
public bool Complete { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Disabled
Gets/sets whether the step is interactable.
Declaration
public bool Disabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Invalid
Gets/sets whether the step is invalid.
Declaration
public bool Invalid { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Optional
Gets/sets whether the step is optional.
@remarks
Optional steps validity does not affect the default behavior when the stepper is in linear mode i.e.
if optional step is invalid the user could still move to the next step.
Declaration
public bool Optional { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
| Type |
Description |
| System.String |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable