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

GridCustomizeCellDisplayTextEventArgs.DataItem Property

Gets a data item whose values are customized in cells.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract object DataItem { get; }

Property Value

Type Description
Object

The data item.

Remarks

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

See Also