Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

[ModelBrowsable(typeof(OfficeModelMenuManagerVisibilityCalculator))]
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.

Remarks

This property specifies the Menu Manager type for the Rich Text or Spreadsheet Property Editor focused in the Model Editor and does not affect other Property Editors.

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

MenuManagerType \ FormStyle

Standard

Ribbon

Default

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

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

Bars

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

None

The Rich Text and Spreadsheet menu items are not displayed.

See Also