TagBoxItemDisplayTemplateContext<TData> Class
In This Article
Stores information about a data item. The ItemDisplayTemplate property accepts this object as the context
parameter.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public class TagBoxItemDisplayTemplateContext<TData> :
ListBoxItemDisplayTemplateContext
#Type Parameters
Name | Description |
---|---|
TData | The data item type. |
#Remarks
Refer to the ItemDisplayTemplate property description for more information and examples.
#Inheritance
Object
ListBoxDisplayTemplateContextBase
ListBoxItemDisplayTemplateContext
TagBoxItemDisplayTemplateContext<TData>
See Also