Skip to main content

DxTagBox<TData, TValue>.TagTemplate Property

OBSOLETE

This property is now obsolete. Use the TagDisplayTemplate property instead.

This property is now obsolete. Use the TagDisplayTemplate property instead.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Obsolete("This property is now obsolete. Use the TagDisplayTemplate property instead.")]
[Parameter]
public RenderFragment<TagInfo<TData>> TagTemplate { get; set; }

Property Value

Type Description
RenderFragment<DevExpress.Blazor.TagInfo<TData>>

The template content.

See Also