Skip to main content
A newer version of this page is available. .

Agenda View

The Agenda View is a chronological list of appointments grouped by day.

To show the view, set the SchedulerControl.ActiveViewIndex property to the necessary view index in the SchedulerControl.Views collection, which stores all views defined in the scheduler.

Note

The SchedulerControl has all views with the default settings enabled out-of-the-box. If you declare any view in XAML or create views using the SchedulerControl’s smart tag, only defined views becomes available. You can specify any number of views with the same type and different settings.

WpfScheduler_AgendaView

The Agenda view is the AgendaView class in the Scheduler API. It inherits the ViewBase class.

The following properties affect the view’s appearance and functionality:

Property Description
AgendaView.DayCount
AgendaView.Days
AgendaView.ShowAppointmentArrowImages
AgendaView.ShowAppointmentDescription
AgendaView.ShowAppointmentInterval
AgendaView.ShowAppointmentLabel
AgendaView.ShowAppointmentLocation
AgendaView.ShowAppointmentRecurrenceImage
AgendaView.ShowAppointmentReminderImage
AgendaView.ShowAppointmentResource
AgendaView.ShowAppointmentStatus