Skip to main content
A newer version of this page is available. .

GridColumnCellDisplayTemplateContext.DataItem Property

Returns the processed data item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public object DataItem { get; }

Property Value

Type Description
Object

The data item.

Remarks

Refer to the following property descriptions for more information and examples:

See Also