TagBoxColumnCellDisplayTemplateContext<TData> Properties
Stores information about a column cell in the TagBox and is passed as the context
parameter to the ColumnCellDisplayTemplate property.
Name | Description |
---|---|
Column |
Returns the current column.
Inherited from List |
Data |
Returns the current data item. |
Display |
Returns the column cell’s display text.
Inherited from List |
Highlighted |
Returns the cell’s display text with highlighted search text.
Inherited from List |
Is |
Returns whether the item is disabled.
Inherited from List |
Value |
Returns the column cell’s value.
Inherited from List |
Visible |
Specifies a list box item’s visible index.
Inherited from List |
See Also