ListBoxItemDisplayTemplateContext<TData> 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.
Inherited from List |
Highlighted |
Returns the item’s display text with highlighted search text.
Inherited from List |
Is |
Returns whether the item is disabled.
Inherited from List |
Value |
Returns the item value.
Inherited from List |
Visible |
Specifies a list box item’s visible index.
Inherited from List |
See Also