Skip to main content
A newer version of this page is available.
All docs
V18.2

Visual Style Adjustments in version v17.1 and higher

  • 2 minutes to read

This document describes the changes in behavior and appearance that have been implemented to make the UI similar to Microsoft Outlook 2016.

Description

v16.2 defaults

v17.1 defaults

Filled Timecells with the appointment status texture and color.

Use the SchedulerViewBase.StatusDisplayType option.

If multiple appointments with different statuses occupy the same interval, the highest priority status is displayed. The priority is defined as follows (the lower number is higher priority):

  1. AppointmentStatusType.OutOfOffice
  2. AppointmentStatusType.Busy
  3. AppointmentStatusType.Tentative
  4. AppointmentStatusType.WorkingElsewhere

DayView.StatusDisplayType-Default-162

DayView.StatusDisplayType-TimeCell

Cell selection color. You can use Skin Editor and Office 2016 skins to change the selection color, in addition to the AppearanceObject.BackColor and AppearanceObject.BackColor2 properties.

align = “center” |

align = “center” |

Appointment Status Line orientation is vertical by default and does not indicate an appointment duration. Use the following options:

WeekViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically

MonthViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically

TimelineViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically

ShowAppointmentStatusVertically-WeekView-162

ShowAppointmentStatusVertically-WeekView-171

All-day (Appointment.AllDay) appointments indicate their status as a vertical bar regardless of the DayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType option value. To revert to the previous behavior, set the DayViewAppointmentDisplayOptionsEx.ShowAllDayAppointmentStatusVertically option to false.

ShowAllDayAppointmentStatusVertically-162Default

ShowAllDayAppointmentStatusVertically-True

Office 2016 skins: Navigation Button appearance.

NavButtons162

NavButtons171

Office 2016 skins: Day Header appearance.

DayHeaders162

DayHeaders171

Office 2016 skins: Resource Header appearance.

ResourceHeaders162

ResourceHeaders171

Office 2016 skins: Date Navigation Bar appearance.

DateNavigationBar162

DateNavigationBar171

Inplace Editor has the Outlook 2016 style (a multiline editor) by default.

Use the SchedulerOptionsView.UseInplaceEditor2016 option to switch back to the previous style (a single line editor).

UseInplaceEditor_162

UseInplaceEditor2016_True

Shows Appointment Flyout instead of a tooltip by default.

Set the SchedulerOptionsCustomization.AllowDisplayAppointmentFlyout property to false to show the tooltips.

Tooltip162

Flyout171

Appointment Status color matches the appointment label color, except the Out-Of-Office status, which is always displayed using its own color.

StatusColor162

StatusColor171

Appointment without a label has the color of the status to which it belongs.

DragDropNewAppointment162

DragDropNewAppointment171

Appointment Out-Of-Office color.

Use the SchedulerCompatibility.StatusOutOfOfficeColor option to set the color as your needs dictate.

AppointmentStatus.Old.OutOfOffice.png

AppointmentStatus.OutOfOffice.png

Appointment Start and End time display.

The default AppointmentDisplayOptions.TimeDisplayType value is Text, so that an appointment’s start and end time is always shown as text.

TimeDisplayType_Clock

TimeDisplayType_Text