Back to Devexpress

HoverMenuShowingEventArgs.Menu Property

wpf-devexpress-dot-xpf-dot-richedit-dot-hovermenushowingeventargs.md

latest1.3 KB
Original Source

HoverMenuShowingEventArgs.Menu Property

Gets or sets the hover menu displayed in the RichEditControl.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public RichEditHoverMenu Menu { get; set; }
vb
Public Property Menu As RichEditHoverMenu

Property Value

TypeDescription
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

HoverMenuShowingEventArgs Class

HoverMenuShowingEventArgs Members

DevExpress.Xpf.RichEdit Namespace