Back to Devexpress

IListBox<TData, TValue> Interface

blazor-devexpress-dot-blazor-dot-ilistbox-2.md

latest806 B
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public interface IListBox<TData, TValue> :
    IListEditorBase<TData, TValue>,
    IEditorBase

Type Parameters

NameDescription
TData

The data item type.

| | TValue |

The value type.

|

See Also

IListBox<TData, TValue> Members

DevExpress.Blazor Namespace