Back to Devexpress

ListBoxItemDisplayTemplateContext<TData> Class

blazor-devexpress-dot-blazor-dot-listboxitemdisplaytemplatecontext-1.md

latest1.3 KB
Original Source

ListBoxItemDisplayTemplateContext<TData> Class

Stores information about a List Box 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 ListBoxItemDisplayTemplateContext<TData> :
    ListBoxItemDisplayTemplateContext

Type Parameters

NameDescription
TData

The data item type.

|

Remarks

Refer to the ItemDisplayTemplate description for additional information.

Inheritance

Object ListBoxDisplayTemplateContextBase ListBoxItemDisplayTemplateContext ListBoxItemDisplayTemplateContext<TData>

See Also

ListBoxItemDisplayTemplateContext<TData> Members

DevExpress.Blazor Namespace