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

IModelWebRichTextPropertyEditorSettings.MenuManagerType Property

Specifies the menu type used by the ASP.NET Rich Text Property Editor.

Namespace: DevExpress.ExpressApp.Office.Web

Assembly: DevExpress.ExpressApp.Office.Web.v19.1.dll

Declaration

[ModelBrowsable(typeof(ASPxRichTextPropertyEditorCalculator))]
WebMenuManagerType MenuManagerType { get; set; }

Property Value

Type Description
WebMenuManagerType

An enumeration value specifying the menu type used by the ASP.NET Rich Text Property Editor.

Available values:

Name Description
Ribbon

The Rich Text Property Editor displays the menu items in the ribbon in the OneLineRibbon mode.

None

The Rich Text Property Editor does not display the menu.

Remarks

This property has effect when you use the ASP.NET Rich Text Property Editor for the current business class’ property.

Set this property to one of the following values:

  • Ribbon - to display the RichEdit menu items in the ribbon in the OneLineRibbon mode
  • None - to hide the menu manager.
See Also