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