Skip to main content

HoverMenuShowingEventArgs.Menu Property

Gets or sets the hover menu displayed in the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public RichEditHoverMenu Menu { get; set; }

#Property Value

Type Description
RichEditHoverMenu

A RichEditHoverMenu object representing a menu to display.

#Remarks

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

See Also