Class AutoCompleteTemplates<TItem>
Provides options to customize the list items, group titles, selected value, header, and footer elements of the SfAutoComplete<TValue, TItem> component.
Inheritance
DropDownsTemplates<TItem>
AutoCompleteTemplates<TItem>
Inherited Members
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class AutoCompleteTemplates<TItem> : DropDownsTemplates<TItem>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Type Parameters
| Name | Description |
|---|---|
| TItem | The type of item associated with the AutoComplete templates. |
Constructors
AutoCompleteTemplates()
Declaration
public AutoCompleteTemplates()