Skip to main content

IModelWinOfficeMenuManagerSettings.MenuManagerType Property

Specifies the type of menu displayed in office controls.

Namespace: DevExpress.ExpressApp.Office.Win

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

NuGet Package: DevExpress.ExpressApp.Office.Win

Declaration

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

Property Value

Type Description
DefaultMenuManagerType

The menu type.

Remarks

The MenuManagerType property specifies the Menu Manager type for office controls: Rich Text Editor, Spreadsheet, or PDF Viewer.

To specify the menu type, open the Model.xafml file in the MySolution.Win project. In the Model Editor, navigate to the Views | {MySolution}.Module.BusinessObjects | {ClassName} | {ClassName}_Detail View | Items | {ItemName} node and specify the MenuManagerType property value.

Menu Type Setup in Model Editor, DevExpress

See Also