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.1.dll
NuGet Package: DevExpress.ExpressApp.Office.Win
Declaration
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. |