Skip to main content

PopupMenuEventArgs.Column Property

Gets the column for which the popup menu will be shown.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object or descendant specifying the grid’s column.

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 column and row an end-user invokes a popup menu, use the Column and PopupMenuEventArgs.RowHandle properties.

See Also