ITagBox<TData, TValue>.Values Property
In This Article
Provides access to the TagBox’s selected value/item collection.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IEnumerable<TValue> Values { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<TValue> | The Tag |
#Remarks
Refer to the Values property description for more information and an example.
See Also