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.v24.2.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