Skip to main content
All docs
V24.1

IDropDownListEditorBase<TData, TValue> Interface

An interface that defines the DxDropDownListEditorBase<TData, TValue> class’s API members (properties and methods).

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public interface IDropDownListEditorBase<TData, TValue> :
    IListEditorBase<TData, TValue>,
    IDropDownOwner,
    IFocusableEditor

Type Parameters

Name Description
TData

The data item type.

TValue

The value type.

See Also