Hi,
I'm trying to change WorkTime for Day view at Runtime without luck.
The code I'm using is following:
void Window1_Loaded(object sender, RoutedEventArgs e)
{
schedulerControl1.DayView.WorkTime.Start = newTimeSpan(8, 0, 0);
schedulerControl1.DayView.WorkTime.End = newTimeSpan(20, 0, 0);
}
It doesn't affect anything.
Can you help me?
Hello,
I have reproduced the behavior and passed this ticket to our developers for further research. Please bear with us.
We will notify you as soon as we make any progress.