Skip to main content
All docs
V23.2

ListBoxColumnCellDisplayTemplateContext<TData> Properties

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