Class FormComponentWithAutoComplete<T>
Class FormComponentWithAutoComplete.
Inheritance
Inherited Members
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 |
|
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. |