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.v18.2.dll

Declaration

[DXCategory("AssociatedComponents")]
[DefaultValue(null)]
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