Back to Devexpress

TagBoxItemDisplayTemplateContext<TData> Class

blazor-devexpress-dot-blazor-dot-tagboxitemdisplaytemplatecontext-1.md

latest1.3 KB
Original Source

TagBoxItemDisplayTemplateContext<TData> Class

Stores information about a data item. The ItemDisplayTemplate property accepts this object as the context parameter.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class TagBoxItemDisplayTemplateContext<TData> :
    ListBoxItemDisplayTemplateContext

Type Parameters

NameDescription
TData

The data item type.

|

Remarks

Refer to the ItemDisplayTemplate property description for additional information and examples.

Inheritance

Object ListBoxDisplayTemplateContextBase ListBoxItemDisplayTemplateContext TagBoxItemDisplayTemplateContext<TData>

See Also

TagBoxItemDisplayTemplateContext<TData> Members

DevExpress.Blazor Namespace