TagBoxTagDisplayTemplateContext<TData> Properties
Stores information about TagBox data. The TagDisplayTemplate accepts this object as the context
parameter.
Name | Description |
---|---|
Data |
Returns the tag’s bound data item. |
Display |
Returns the item’s display text. |
Is |
Gets a value that specifies whether the processed tag is custom. |
Remove |
Specifies the predefined action that removes the tag. |
See Also