Skip to main content
All docs
V24.1

ListBoxItemDisplayTemplateContext<TData> Properties

Stores information about a List Box item. The ItemDisplayTemplate property accepts this object as the context parameter.
Name Description
DataItem Returns the processed data item.
DisplayText Returns the item’s display text. Inherited from ListBoxItemDisplayTemplateContext.
HighlightedDisplayText Returns the item’s display text with highlighted search text. Inherited from ListBoxItemDisplayTemplateContext.
Value Returns the item value. Inherited from ListBoxItemDisplayTemplateContext.
VisibleIndex Specifies a list box item’s visible index. Inherited from ListBoxDisplayTemplateContextBase.
See Also