Skip to main content

ValidateCellEventArgs.Item Property

Returns the data source object that is used to create the processed cell’s row.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public object Item { get; }

Property Value

Type Description
System.Object

An object that specifies an individual record of a data source bound to the grid.

See Also