Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class FormComponentWithAutoComplete<T>

    Class FormComponentWithAutoComplete.

    Inheritance
    System.Object
    RadzenComponent
    FormComponent<T>
    FormComponentWithAutoComplete<T>
    RadzenMask
    RadzenNumeric<TValue>
    RadzenPassword
    RadzenTextBox
    Implements
    IDisposable
    IRadzenFormComponent
    Inherited Members
    FormComponent<T>.Name
    FormComponent<T>.TabIndex
    FormComponent<T>.Placeholder
    FormComponent<T>.Disabled
    FormComponent<T>.EditContext
    FormComponent<T>.Form
    FormComponent<T>.ValueChanged
    FormComponent<T>.HasValue
    FormComponent<T>.IsBound
    FormComponent<T>._value
    FormComponent<T>.Value
    FormComponent<T>.Change
    FormComponent<T>.FieldIdentifier
    FormComponent<T>.ValueExpression
    FormComponent<T>.Dispose()
    FormComponent<T>.GetValue()
    FormComponent<T>.OnContextMenu(MouseEventArgs)
    FormComponent<T>.GetClassList(String)
    FormComponent<T>.FormFieldContext
    FormComponent<T>.CurrentPlaceholder
    FormComponent<T>.FocusAsync()
    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.GetComponentCssClass()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.CurrentStyle
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class FormComponentWithAutoComplete<T> : FormComponent<T>, IDisposable, IRadzenFormComponent
    Type Parameters
    Name Description
    T

    Properties

    AriaAutoCompleteAttribute

    Gets the aria-autocomplete attribute's string value.

    Declaration
    public virtual string AriaAutoCompleteAttribute { get; }
    Property Value
    Type Description
    System.String

    AutoCompleteAttribute

    Gets the autocomplete attribute's string value.

    Declaration
    public virtual string AutoCompleteAttribute { get; }
    Property Value
    Type Description
    System.String

    off if the AutoComplete parameter is false or the AutoCompleteType parameter is "off". When the AutoComplete parameter is true, the value is on or, if set, the value of AutoCompleteType.

    AutoCompleteType

    Gets or sets a value indicating the type of built-in autocomplete the browser should use. AutoCompleteType

    Declaration
    public virtual AutoCompleteType AutoCompleteType { get; set; }
    Property Value
    Type Description
    AutoCompleteType

    The type of built-in autocomplete.

    DefaultAriaAutoCompleteAttribute

    Gets or sets the default aria-autocomplete attribute's string value.

    Declaration
    public virtual string DefaultAriaAutoCompleteAttribute { get; set; }
    Property Value
    Type Description
    System.String

    DefaultAutoCompleteAttribute

    Gets or sets the default autocomplete attribute's string value.

    Declaration
    public virtual string DefaultAutoCompleteAttribute { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    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<T>.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