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

PopupMenuShowingEventArgs.Menu Property

Gets the control’s context menu.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v19.1.dll

Declaration

public DXPopupMenu Menu { get; }

Property Value

Type Description
DXPopupMenu

An object that represents the context menu.

Remarks

The Menu property allows you to add, remove or modify menu items of the context menu.

See Also