ListBoxColumnCellDisplayTemplateContext.DataItem Property
Returns the current data item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public object DataItem { get; }
Property Value
Type | Description |
---|---|
Object | The data item. |
See Also