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
System.Object
Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates<TItem>
AutoCompleteTemplates<TItem>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class AutoCompleteTemplates<TItem> : DropDownsTemplates<TItem>
Type Parameters
Name | Description |
---|---|
TItem | The type of item associated with the AutoComplete templates. |
Constructors
AutoCompleteTemplates()
Declaration
public AutoCompleteTemplates()