Back to Devexpress

ASPxAutoCompleteBoxBase Class

aspnet-devexpress-dot-web-27e0fd1e.md

latest4.0 KB
Original Source

ASPxAutoCompleteBoxBase Class

Serves as the base type for the ASPxComboBox and ASPxTokenBox objects.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxAutoCompleteBoxBase :
    ASPxDropDownEditBase,
    IEditDataHelperOwner,
    IListEditPropertyDescriptorsOwner,
    IListEditServerModeOwner,
    IListEditItemsOwner
vb
Public MustInherit Class ASPxAutoCompleteBoxBase
    Inherits ASPxDropDownEditBase
    Implements IEditDataHelperOwner,
               IListEditPropertyDescriptorsOwner,
               IListEditServerModeOwner,
               IListEditItemsOwner

Implements

Show 17 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

IEditableTextControl

ITextControl

IPostBackEventHandler

Inheritance

Show 21 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxDropDownEditBase ASPxAutoCompleteBoxBase ASPxComboBox

ASPxTokenBox

BootstrapTagBox

BootstrapComboBox

MVCxComboBox

MVCxTokenBox

See Also

ASPxAutoCompleteBoxBase Members

DevExpress.Web Namespace