blazor-devexpress-dot-blazor-dot-dxlistbox-2.md
A component that can connect to a data source and display a list of selectable items.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxListBox<TData, TValue> :
DxListEditorBase<TData, TValue>,
IListBoxComponent<TData, TValue>,
IListBox<TData, TValue>,
IListEditorBase<TData, TValue>,
IEditorBase,
IListBoxAccessor<TData>,
IListEditorAccessorBase<TData>,
IDropTargetComponent,
IListBoxEditorItemDragDropOwner
| Name | Description |
|---|---|
| TData |
The data item type.
| | TValue |
The value type.
|
The DevExpress List Box for Blazor (<DxListBox>) allows you to display a list of selectable items from a data source.
Follow the steps below to add a List Box component to an application:
<DxListBox/ > markup to a .razor file.Refer to the following list for the component API reference: DxListBox Members.
Blazor List Box supports static render mode to display items. To use other features, enable interactivity on a Razor page.
For in-depth information about DevExpress List Box for Blazor, review the following articles:
If a Blazor application throws unexpected exceptions, refer to the following help topic: Troubleshooting.
IListBox<TData, TValue>
IListEditorBase<TData, TValue>
Object ComponentBase DxComponentBase DevExpress.Blazor.Internal.ParameterTrackerComponent DxEditorBase DxListEditorBase<TData, TValue> DxListBox<TData, TValue>
See Also