TagBoxTagDisplayTemplateContext<TData> Class
Stores information about TagBox data. The TagDisplayTemplate accepts this object as the context
parameter.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class TagBoxTagDisplayTemplateContext<TData>
Type Parameters
Name | Description |
---|---|
TData | The data item type. |
Remarks
Refer to the TagDisplayTemplate property description for more information and examples.
Inheritance
Object
TagBoxTagDisplayTemplateContext<TData>
See Also