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

IModelWinOfficeMenuManagerSettings.MenuManagerType Property

Specifies the menu type used by the Rich Text and Spreadsheet Property Editors.

Namespace: DevExpress.ExpressApp.Office.Win

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

Declaration

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

Property Value

Type Description
DefaultMenuManagerType

An enumeration value specifying the menu type used by the Rich Text and Spreadsheet Property Editors.

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 Rich Text or Spreadsheet Property Editor for the current business class’ property.

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

MenuManagerType \ FormStyle

Standard

Ribbon

Default

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

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

Bars

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

None

The RichEdit and Spreadsheet menu items are not displayed.

See Also