Only display week as a calendar

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());