RichEditControl.MenuManager Property
In This Article
Gets or sets the menu manager which controls the look and feel of context menus.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
[DefaultValue(null)]
[DXCategory("AssociatedComponents")]
public IDXMenuManager MenuManager { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
null | An object that implements the DevExpress. |
See Also