Back to Devexpress

GridControl.HighlightMenuTargetElements Property

xamarin-devexpress-dot-mobile-dot-datagrid-dot-gridcontrol-538483b3.md

latest2.1 KB
Original Source

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

csharp
[XtraSerializableProperty]
public bool HighlightMenuTargetElements { get; set; }
vb
<XtraSerializableProperty>
Public Property HighlightMenuTargetElements As Boolean

Property Value

TypeDescription
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.

See Also

GridControl Class

GridControl Members

DevExpress.Mobile.DataGrid Namespace