EditorShownEventArgs.Item Property
Gets the data item that corresponds to the data grid item for which the editor is displayed.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
Object | The data item. |
See Also