Skip to main content
All docs
V24.1

DxDropDownListEditorBase<TData, TValue> Class

Defines the base API for classes that implement editors with a drop-down item list: DxComboBox<TData, TValue>, DxTagBox<TData, TValue>.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxDropDownListEditorBase<TData, TValue> :
    ComponentBase,
    IDropDownListEditorBase<TData, TValue>,
    IListEditorBase<TData, TValue>,
    IDropDownOwner,
    IFocusableEditor

Type Parameters

Name Description
TData

The data item type.

TValue

The value type.

Inheritance

See Also