Skip to main content

PopupMenuEventArgs.RowHandle Property

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

public int RowHandle { get; }

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 GridControl and suggest that you use the new DataGridView control instead.

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