ITagBox<TData, TValue>.Tags Property
In This Article
Specifies strings (tags) displayed within the TagBox edit box.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IEnumerable<string> Tags { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<String> | An IEnumerable |
#Remarks
Refer to the Tags property description for more information and an example.
See Also