ITagBox<TData, TValue>.ItemDisplayTemplate Property
Specifies a template used to display the TagBox’s items in the drop-down list.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment<TagBoxItemDisplayTemplateContext<TData>> ItemDisplayTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TagBoxItemDisplayTemplateContext<TData>> | The template content. |
Remarks
Refer to the ItemDisplayTemplate property description for more information and an example.
See Also