Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .
All docs
V24.1

ListBoxDisplayTemplateContextBase<TData> Class

A base class for classes that store information about List Box items and are passed as the context parameter to template properties.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public abstract class ListBoxDisplayTemplateContextBase<TData>

Type Parameters

Name Description
TData

The data item type.

See Also