TagBoxColumnCellDisplayTemplateContext<TData>.DataItem Property
Returns the current data item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public TData DataItem { get; }
Property Value
| Type | Description |
|---|---|
| TData | The data item. |
See Also