Back to Devexpress

RichEditControl.MenuManager Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-b2f2e048.md

latest1.2 KB
Original Source

RichEditControl.MenuManager Property

Gets or sets the menu manager which controls the look and feel of context menus.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(null)]
[DXCategory("AssociatedComponents")]
public IDXMenuManager MenuManager { get; set; }
vb
<DXCategory("AssociatedComponents")>
<DefaultValue(Nothing)>
Public Property MenuManager As IDXMenuManager

Property Value

TypeDefaultDescription
DevExpress.Utils.Menu.IDXMenuManagernull

An object that implements the DevExpress.Utils.Menu.IDXMenuManager interface.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace