Skip to main content

PopupMenuShowingEventArgs.Menu Property

Gets or sets the popup menu displayed in the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

public PopupMenu Menu { get; set; }

#Property Value

Type Description
PopupMenu

A PopupMenu object representing a menu to display.

#Remarks

Use the Menu property to specify a menu that substitutes the default popup menu, or modify the existing popup menu by adding, removing, changing the items or their order.

See Also