Skip to main content
All docs
V25.1
  • ITagBox<TData, TValue>.Tags Property

    Specifies strings (tags) displayed within the TagBox edit box.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    IEnumerable<string> Tags { get; set; }

    Property Value

    Type Description
    IEnumerable<String>

    An IEnumerable<T> collection that stores textual representations of the editor’s values.

    Remarks

    Refer to the Tags property description for more information and an example.

    See Also