Skip to main content
All docs
V23.2

ListBoxItemDisplayTemplateContext<TData> Properties

Stores information about List Box data and is passed as the context parameter to the ItemDisplayTemplate property.
Name Description
DataItem Returns the processed data item.
DisplayText Returns the item’s display text.
Value Returns the item value.
VisibleIndex Returns the visible index of the current column. Inherited from ListBoxDisplayTemplateContextBase<TData>.
See Also