Use the CommandBarStyle property to show or hide the integrated ribbon UI for the SpreadsheetControl. When you create a new WPF Spreadsheet application, it displays the integrated ribbon with all the available spreadsheet ribbon pages by default. You can customize the integrated ribbon by adding new ribbon elements, modifying or removing the existing items. For an example, refer to the Lesson 4 - Customize the Integrated Ribbon UI for the Spreadsheet tutorial.
If you do not require the integrated ribbon, remove it by setting the CommandBarStyle property to CommandBarStyle.Empty.
Note
The Ribbon property does not return the ribbon menu specified by the CommandBarStyle property.