DxTagBox<TData, TValue>.TagTemplate Property
This property is now obsolete. Use the TagDisplayTemplate property instead.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public RenderFragment<TData> TagTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TData> | The template content. |
See Also