Class FormComponentWithAutoComplete<T>
Class FormComponentWithAutoComplete.
Inheritance
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class FormComponentWithAutoComplete<T> : FormComponent<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IRadzenFormComponent
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
FormComponentWithAutoComplete()
Class FormComponentWithAutoComplete.
Declaration
public FormComponentWithAutoComplete()
Properties
AriaAutoCompleteAttribute
Gets the aria-autocomplete attribute's string value.
Declaration
public virtual string AriaAutoCompleteAttribute { get; }
Property Value
| Type | Description |
|---|---|
| string |
AutoCompleteAttribute
Gets the autocomplete attribute's string value.
Declaration
public virtual string AutoCompleteAttribute { get; }
Property Value
| Type | Description |
|---|---|
| string |
|
AutoCompleteType
Gets or sets a value indicating the type of built-in autocomplete the browser should use. AutoCompleteType
Declaration
[Parameter]
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 |
|---|---|
| string |
DefaultAutoCompleteAttribute
Gets or sets the default autocomplete attribute's string value.
Declaration
public virtual string DefaultAutoCompleteAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
SetParametersAsync(ParameterView)
Sets the parameters asynchronous.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters | The parameters. |
Returns
| Type | Description |
|---|---|
| Task | Task. |