PopupMenuShowingEventArgs.Menu Property
In This Article
Gets or sets the popup (context) menu for which this event was raised.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public RichEditPopupMenu Menu { get; set; }
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
#Remarks
Use this property to change the popup menu or its items before their creation. To suppress the default menu popup, set the Menu property value to null.
See Also