Skip to main content

DataGridValidationEventArgs.Item Property

Gets an object that specifies a data source record to which the grid’s row containing the currently edited cell corresponds.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public object Item { get; }

Property Value

Type Description
Object

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

See Also