RichEditControl.MenuManager Property
Gets or sets the menu manager which controls the look and feel of context menus.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
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