Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public interface ITagBox<TData, TValue> :
        IDropDownListEditorBase<TData, TValue>,
        IListEditorBase<TData, TValue>,
        IEditorBase,
        IDropDownOwner,
        IFocusableEditor

    Type Parameters

    Name Description
    TData

    The data item type.

    TValue

    The value type.

    See Also