RadzenRating component.
FormComponent<string>.GetValue
FormComponent<string>.NotifyFieldChanged
FormComponent<string>.OnContextMenu
FormComponent<string>.GetClassList
FormComponent<string>.TabIndex
FormComponent<string>.Placeholder
FormComponent<string>.Disabled
FormComponent<string>.EditContext
FormComponent<string>.ValueChanged
FormComponent<string>.HasValue
FormComponent<string>.FieldIdentifier
FormComponent<string>.ValueExpression
FormComponent<string>.FormFieldContext
FormComponent<string>.CurrentPlaceholder
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.DefaultUICulture
RadzenComponent.IsJSRuntimeAvailable
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 RadzenSecurityCode : FormComponent<string>, IComponent, IHandleEvent, IHandleAfterRender, IRadzenFormComponent<RadzenRating Stars="10" Change=@(args => Console.WriteLine($"Value: {args}")) />RadzenRating component.
public RadzenSecurityCode()Gets or sets the accessible label text of the security code group.
public string AriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the accessible label text of the security code group. |
Gets or sets the number of input.
public int Count { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the number of input. |
Gets or sets the spacing between inputs
public string Gap { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the spacing between inputs |
Gets or sets the format string used to build the accessible label of each input. The first argument is the input position and the second one is the total number of inputs.
public string InputAriaLabelFormat { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the format string used to build the accessible label of each input. The first argument is the input position and the second one is the total number of inputs. |
Gets or sets the number of input.
public SecurityCodeType Type { get; set; }
| Type | Description |
|---|---|
| SecurityCodeType | Gets or sets the number of input. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
public override ValueTask FocusAsync()
| Type | Description |
|---|---|
| ValueTask |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |
protected override Task OnAfterRenderAsync(bool firstRender)
| Type | Name | Description |
|---|---|---|
| bool | firstRender |
| Type | Description |
|---|---|
| Task |
Called when value changed.
public Task OnValueChange(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| Task |
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| Task |