In order to achieve this, you should access the DayViewAllDayHeader which represents the area in the SchedulerDayViewElement where all-day appointments are shown:
SchedulerDayViewElement schedulerDayViewElement = this.radScheduler1.SchedulerElement.ViewElement as SchedulerDayViewElement;
if (schedulerDayViewElement != null)
{
DayViewAllDayHeader allDayHeader = schedulerDayViewElement.AllDayHeaderElement;
allDayHeader.Visibility = ElementVisibility.Collapsed;
}
I hope this helps. Should you have any other questions do not hesitate to ask.
Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.
Thank you for sharing this suggestion. Please do not hesitate to contact us if you have any other questions or concerns.
Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.