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

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

public object Item { get; }

Property Value

Type Description
Object

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

See Also