Skip to main content
A newer version of this page is available. .

GridControl.ContextMenuOpening Event

Occurs before the context menu is opened.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public event EventHandler<ContextMenuOpeningEventArgs> ContextMenuOpening

Event Data

The ContextMenuOpening event's data class is DevExpress.UI.Xaml.ContextMenuOpeningEventArgs.

Remarks

The event’s Info property returns an object that stores the menu settings.

See Also