IListBox<TData, TValue> Interface
An interface that defines the DxListBox<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 IListBox<TData, TValue> :
IListEditorBase<TData, TValue>
Type Parameters
Name | Description |
---|---|
TData | The data item type. |
TValue | The value type. |
See Also