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