When set DateSelectionMode="Month" and SelectionMode="CenturyView", the calendar in the dropdown starts from YearView instead of CenturyView
After some further investigation it turns out that this is not a supported scenario - DateSelectionMode property of the DateTimePicker will always override the value set to DisplayMode through the CalendarStyle property.