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.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
public class ListBoxItemDisplayTemplateContext<TData> :
ListBoxItemDisplayTemplateContext
#Type Parameters
Name | Description |
---|---|
TData | The data item type. |
#Remarks
Refer to the ItemDisplayTemplate description for more information.