Skip to main content
All docs
V24.1

ITagBox<TData, TValue>.Values Property

Provides access to the TagBox’s selected value/item collection.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.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