ComboBoxEditBoxDisplayTemplateContext<TData, TValue> Class
Stores information about a ComboBox item. The EditBoxDisplayTemplate property accepts this object as the context parameter.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class ComboBoxEditBoxDisplayTemplateContext<TData, TValue>
Type Parameters
| Name | Description |
|---|---|
| TData | The data item type. |
| TValue | The value type. |
Inheritance
Object
ComboBoxEditBoxDisplayTemplateContext<TData, TValue>
See Also