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

GridUnboundColumnDataEventArgs.DataItem Property

Returns the processed data item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public object DataItem { get; }

Property Value

Type Description
Object

The data item.

Remarks

Refer to the GridUnboundColumnDataEventArgs class description for more information and an example.

See Also