Version

AgendaViewAppointmentScope Enumeration

Indicates the range of appointments that should be displayed in an AgendaView.
Syntax
public enum AgendaViewAppointmentScope : System.Enum 
Members
MemberDescription
AllAppointmentsIndicates that appointments for all days that fall within the Scheduler.AgendaViewMinimumDate and Scheduler.AgendaViewMaximumDate should be displayed in an AgendaView.
OnlyAppointmentsForSelectedDateIndicates that only appointments for the day that is current selected in the Scheduler should be displayed in an AgendaView.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also