Skip to main content

GridControl.HighlightMenuTargetElements Property

Specifies whether the grid should highlight a row and column for which an end-user invokes a context menu. This is a bindable property.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

[XtraSerializableProperty]
public bool HighlightMenuTargetElements { get; set; }

Property Value

Type Description
Boolean

true, to highlight grid elements; otherwise, false.

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.

By default, when an end-user touches and holds a data cell, column header, group row or total summary panel, a context menu is shown, allowing an end-user to manage and shape data in the grid. Depending on the type, a context menu can contain commands to edit and delete a row, as well as to group, sort or create data summaries by a column. To highlight a row and column for which the context menu is invoked, set the HighlightMenuTargetElements property to true.

GridControl.HighlightMenuTargetElements

See Also