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