Skip to main content
A newer version of this page is available. .

RichEditControl.MenuManager Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v20.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[DefaultValue(null)]
[DXCategory("AssociatedComponents")]
public IDXMenuManager MenuManager { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Menu.IDXMenuManager *null*

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

See Also