Hi,
Is there an option i can set to prevent the month and day tabs from showing in the scheduler?
Regards
Hi,
Is there an option i can set to prevent the month and day tabs from showing in the scheduler?
Regards
Hi,
use this config
scheduler.Views.Clear();
scheduler.Views.Add(new WeekView());