Skip to main content
A newer version of this page is available. .

ItemsEditBase Class

A base class for the AutoComplete, Token, and ComboBox edits.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public abstract class ItemsEditBase :
    EditBase,
    IItemsController,
    IEditController,
    IDXViewController,
    IElementController
See Also