IComboBox<TData, TValue> Interface
An interface that defines the DxComboBox<TData, TValue> component’s API members (properties and methods).
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public interface IComboBox<TData, TValue> :
IDropDownListEditorBase<TData, TValue>,
IListEditorBase<TData, TValue>,
IDropDownOwner,
IFocusableEditor
Type Parameters
Name | Description |
---|---|
TData | The data item type. |
TValue | The value type. |
See Also