ComboBoxEditBoxDisplayTemplateContext<TData, TValue> Properties
Stores information about a ComboBox item. The EditBoxDisplayTemplate property accepts this object as thecontext
parameter.
Name | Description |
---|---|
ComboBox | Returns the ComboBox object. |
DataItem | Returns the processed data item. |
See Also