Skip to main content
A newer version of this page is available. .

Ribbon

The SchedulerControl includes a default Ribbon UI that enable end users to manage appointments, switch views and dates and adjust view settings. To show the ribbon, set the SchedulerControl.CommandBarStyle property to CommandBarStyle.Ribbon. You can customize a ribbon by adding or removing items, or replace the default item with a custom one.

The built-in ribbon menu items are contained in the static DefaultBarItemNames class. See the How to: Display and Modify the Integrated Ribbon for the Scheduler to learn how to use the default bar item names to modify the ribbon.

The table below lists default ribbon items and groups and the DefaultBarItemNames properties used to access the menu items.

Home Ribbon Page

The Default Bar Item Name is DefaultBarItemNames.Pages_Home.

WPFScheduler_Ribbon_Home

Group

Items

Commands and Properties

DefaultBarItemNames.Groups_Home_Appointment

DefaultBarItemNames.Groups_Home_Navigate

DefaultBarItemNames.Groups_Home_Arrange

DefaultBarItemNames.Groups_Home_GroupBy

DefaultBarItemNames.Groups_Home_TimeScale

DefaultBarItemNames.Groups_Home_Layout

DefaultBarItemNames.Groups_Home_Window

Appointment Ribbon Page

The Default Bar Item Name is DefaultBarItemNames.Pages_Appointment.

WPFScheduler_Ribbon_Appointment

Group

Items

Commands and Properties

DefaultBarItemNames.Groups_Appointment_Actions

DefaultBarItemNames.Groups_Appointment_Options