blazor-devexpress-dot-blazor-dot-dxtagbox-2.md
An editor that allows users to select multiple items (tags) from a drop-down list.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxTagBox<TData, TValue> :
DxDropDownListEditorBase<TData, TValue>,
ITagBoxComponent<TData, TValue>,
ITagBox<TData, TValue>,
IDropDownListEditorBase<TData, TValue>,
IListEditorBase<TData, TValue>,
IEditorBase,
IDropDownOwner,
IFocusableEditor,
ITagBoxAccessor<TData>,
IDropDownListEditorAccessor<TData>,
IListEditorAccessorBase<TData>,
ITagBoxSelectionProviderOwner<TData, TValue>,
IDropDownListEditorSelectionProviderOwner<TData, TValue>,
IListEditorSelectionProviderOwner<TData, TValue>
| Name | Description |
|---|---|
| TData |
The data item type.
| | TValue |
The value type.
|
The DevExpress TagBox for Blazor (<DxTagBox>) component displays a drop-down window with a list of strings. Users can select multiple items from a list and type text in the editor to filter list items that contain the search string. Users can also use keyboard to navigate to the editor’s items and select them.
Follow the steps below to add the TagBox component to an application:
<DxTagBox>…</DxTagBox> markup to a .razor file.Refer to the following list for the component API reference: DxTagBox Members.
Blazor TagBox does not support static render mode. Enable interactivity to use the component in your application. Refer to the following topic for more details: Enable Interactive Render Mode.
For in-depth information about DevExpress Blazor TagBox, review the following articles:
If a Blazor application throws unexpected exceptions, refer to the following help topic: Troubleshooting.
ITagBox<TData, TValue>
IDropDownListEditorBase<TData, TValue>
IListEditorBase<TData, TValue>
Object ComponentBase DxComponentBase DevExpress.Blazor.Internal.ParameterTrackerComponent DxEditorBase DxListEditorBase<TData, TValue> DxDropDownListEditorBase<TData, TValue> DxTagBox<TData, TValue>
See Also