Back to Devexpress

RowEventArgs.RowHandle Property

maui-devexpress-dot-maui-dot-datagrid-dot-roweventargs.md

latest1.3 KB
Original Source

RowEventArgs.RowHandle Property

Gets the grid’s row handle.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public int RowHandle { get; }

Property Value

TypeDescription
Int32

The row handle.

|

Example

This example shows how to set up the grid to display the Edit Values form when a user taps a cell. The grid is bound to a collection of orders.

  1. Subscribe to the DataGridView.Tap event.

  2. In the event handler:

  3. In the App.xaml.cs file, assign a NavigationPage instance to the Application.MainPage property and add the MainPage content page to the navigation stack (the application’s root page):

The grid now displays the Edit Values form when a user taps a data cell.

See Also

RowEventArgs Class

RowEventArgs Members

DevExpress.Maui.DataGrid Namespace