MindFusion.Scheduling for WPF V3.4

Released: Nov 3, 2015

V3.4 中的更新

特性

  • Interactive Recurrence Rescheduling - Recurrences can be rescheduled interactively by holding down the RescheduleRecurrenceKey while dragging a recurrent item. The control tries to preserve the current pattern of the recurrence when possible. Otherwise, the recurrence may be modified to accommodate to the new start and end times of the modified item. Interactive rescheduling is not registered in the undo history.
  • New Theme - A new built-in theme is available in MindFusion.Scheduling for WPF - the Light theme. It is available through the ThemeType enumeration.
  • New Members - Several new properties and events have been added to the control:
    • The RescheduleRecurrenceKey property in the Calendar class can be used to modify recurrences interactively.
    • TickSize added to the ResourceViewSettings class.
    • Calendar.FilterItem event.