Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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.

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 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