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.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MenuManager property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also