Back to Devexpress

ITagBox<TData, TValue> Interface

blazor-devexpress-dot-blazor-dot-itagbox-2.md

latest886 B
Original Source

ITagBox<TData, TValue> Interface

An interface that defines the DxTagBox<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 ITagBox<TData, TValue> :
    IDropDownListEditorBase<TData, TValue>,
    IListEditorBase<TData, TValue>,
    IEditorBase,
    IDropDownOwner,
    IFocusableEditor

Type Parameters

NameDescription
TData

The data item type.

| | TValue |

The value type.

|

See Also

ITagBox<TData, TValue> Members

DevExpress.Blazor Namespace