Skip to main content

DefaultMenuManagerType Enum

Contains values that specify 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

public enum DefaultMenuManagerType

Members

Name Description
Default

The menu type depends on the FormStyle value:

  • When FormStyle = Standard, the editor displays a separate toolbar near the editor.
  • When FormStyle = Ribbon, the editor menu items are displayed in the main form’s ribbon.
Bars

The editor displays a separate toolbar near the editor.

None

The editor does not display a menu.

Remarks

Values of this enumeration are passed to the MenuManagerType property.

See Also