Class RadzenSecurityCode
RadzenRating component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSecurityCode : FormComponent<string>, IDisposable, IRadzenFormComponent
Examples
<RadzenRating Stars="10" Change=@(args => Console.WriteLine($"Value: {args}")) />
Properties
Count
Gets or sets the number of input.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of input. |
Gap
Gets or sets the spacing between inputs
Declaration
public string Gap { get; set; }
Property Value
Type | Description |
---|---|
System.String | The spacing between inputs. |
Type
Gets or sets the number of input.
Declaration
public SecurityCodeType Type { get; set; }
Property Value
Type | Description |
---|---|
SecurityCodeType | The number of input. |
Methods
Dispose()
Disposes this instance.
Declaration
public override void Dispose()
Overrides
Radzen.FormComponent<System.String>.Dispose()
FocusAsync()
Sets the focus.
Declaration
public override async ValueTask FocusAsync()
Returns
Type | Description |
---|---|
ValueTask |
Overrides
Radzen.FormComponent<System.String>.FocusAsync()
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
OnAfterRenderAsync(Boolean)
Called by the Blazor runtime.
Declaration
protected override async Task OnAfterRenderAsync(bool firstRender)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | firstRender |
Returns
Type | Description |
---|---|
Task |
Overrides
OnValueChange(String)
Called when value changed.
Declaration
public async Task OnValueChange(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
Task |
SetParametersAsync(ParameterView)
Sets the parameters asynchronous.
Declaration
public override async Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters | The parameters. |
Returns
Type | Description |
---|---|
Task | Task. |
Overrides
Radzen.FormComponent<System.String>.SetParametersAsync(ParameterView)
Implements
IDisposable