Skip to main content
All docs
V18.2

IModelRichTextPropertyEditorSettings.MenuManagerType Property

Specifies the menu type used by the RichText Property Editor.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v18.2.dll

Declaration

[ModelBrowsable(typeof(RichTextPropertyEditorCalculator))]
DefaultMenuManagerType MenuManagerType { get; set; }

Property Value

Type Description
DefaultMenuManagerType

An enumeration value specifying the menu type used by the RichText Property Editor.

Available values:

Name Description
Default

The menu type is selected based on the FormStyle value.

Bars

The editor uses the bars menu.

None

The editor does not use a menu.

Remarks

This property has effect when you use the RichText Property Editor for the current business class’ property.

The following table demonstrates how the MenuManagerType value is processed when the FormStyle property is set to Standard or Ribbon.

MenuManagerType \ FormStyle

Standard

Ribbon

Default

The RichEdit menu items are shown in a separate toolbar near the editor.

The RichEdit menu items are merged to the main form’s ribbon.

Bars

The RichEdit menu items are shown in a separate toolbar near the editor.

None

The RichEdit menu items are not displayed.

See Also