AutoCompleteEditBase Class
The base class for editors that allow users to select items from a list. The item list can be filtered using the input query and updated asynchronously.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public abstract class AutoCompleteEditBase :
ItemsEditBase,
IAutoCompleteEditController,
IItemsController,
IEditController,
IDXViewController,
IElementController
Implements
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
System.Object
See Also