PopupMenuEventArgs.RowHandle Property
In This Article
Gets the handle of the row for which the popup menu will be shown.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the row handle. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
When an end-user touches and holds a grid’s element (a data cell, a column header, a group row or total panel), a popup menu of the corresponding type (PopupMenuEventArgs.MenuType) is shown. To obtain for which row and column an end-user invokes a popup menu, use the RowHandle and PopupMenuEventArgs.Column properties.
See Also