Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSecurityCode

    RadzenRating component.

    Inheritance
    System.Object
    RadzenComponent
    FormComponent<System.String>
    RadzenSecurityCode
    Implements
    IDisposable
    IRadzenFormComponent
    Inherited Members
    FormComponent<String>.Name
    FormComponent<String>.TabIndex
    FormComponent<String>.Placeholder
    FormComponent<String>.Disabled
    FormComponent<String>.EditContext
    FormComponent<String>.Form
    FormComponent<String>.ValueChanged
    FormComponent<String>.HasValue
    FormComponent<String>.IsBound
    FormComponent<String>._value
    FormComponent<String>.Value
    FormComponent<String>.Change
    FormComponent<String>.FieldIdentifier
    FormComponent<String>.ValueExpression
    FormComponent<String>.GetValue()
    FormComponent<String>.OnContextMenu(MouseEventArgs)
    FormComponent<String>.GetClassList(String)
    FormComponent<String>.FormFieldContext
    FormComponent<String>.CurrentPlaceholder
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.Reference
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.CurrentStyle
    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
    RadzenComponent.GetComponentCssClass()

    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
    RadzenComponent.OnAfterRenderAsync(Boolean)

    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
    IRadzenFormComponent

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT