Skip to main content

ShowingEditorEventArgs.Item Property

Gets an object that specifies a record in the grid’s underlying data source.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public object Item { get; }

#Property Value

Type Description
Object

An object that specifies a record in the grid’s underlying data source.

See Also