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