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