ListBoxItemDisplayTemplateContext Properties
Stores information about a List Box item. The ItemDisplayTemplate property accepts this object as the context
parameter.
Name | Description |
---|---|
Data |
Returns the processed data item. |
Display |
Returns the item’s display text. |
Highlighted |
Returns the item’s display text with highlighted search text. |
Is |
Returns whether the item is disabled. |
Value | Returns the item value. |
Visible |
Specifies a list box item’s visible index.
Inherited from List |
See Also