TagBoxItemDisplayTemplateContext<TData> Properties
Stores information about a data item. The ItemDisplayTemplate property accepts this object as thecontext
parameter.
Name | Description |
---|---|
DataItem | Returns the current 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