
'Declaration
Public Class C1AutoComplete(Of T) Inherits C1ComboBox(Of T) Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
public class C1AutoComplete<T> : C1ComboBox<T>, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
System.Object
Microsoft.AspNetCore.Components.ComponentBase
C1.Blazor.Core.C1View
C1.Blazor.Input.C1DropDown
C1.Blazor.Input.C1ComboBox<T>
C1.Blazor.Input.C1AutoComplete<T>