ListBoxItemDisplayTemplateContext 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.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class ListBoxItemDisplayTemplateContext :
ListBoxDisplayTemplateContextBase
Remarks
Refer to the ItemDisplayTemplate property description for more information and examples.
Inheritance
See Also