maui-devexpress-dot-maui-dot-editors-8b634017.md
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
[DXLicenseMAUI]
public abstract class AutoCompleteEditBase :
ItemsEditBase,
IAutoCompleteEditController,
IItemsController,
IEditController,
IDXViewController,
IElementController
Show 14 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Show 11 items
System.Object BindableObject Element NavigableElement VisualElement View EditBase ItemsEditBase AutoCompleteEditBase AutoCompleteEdit
YieldIfNotNull<AutoCompleteEditBase>()
See Also