TagBoxEditBoxDisplayTemplateContext<TData, TValue> Class
Stores information about a current data 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 TagBoxEditBoxDisplayTemplateContext<TData, TValue>
Type Parameters
| Name | Description |
|---|---|
| TData | The data item type. |
| TValue | The value type. |
Remarks
Refer to the EditBoxDisplayTemplate property description for more information and examples.
Inheritance
Object
TagBoxEditBoxDisplayTemplateContext<TData, TValue>
See Also