Version

SchedulerViewMode Enumeration

Identifies the view that will be displayed by the Scheduler control.
Syntax
public enum SchedulerViewMode : System.Enum 
Members
MemberDescription
AgendaViewIdentifies a Scheduler view mode that shows activity for one or more days in a list type view.
DayViewIdentifies a Scheduler view mode that shows activity arranged in timeslots for one or more days.
MonthViewIdentifies a Scheduler view mode that shows activity for all days in one or more months.
WeekViewIdentifies a Scheduler view mode that shows activity for all timeslots in a week.
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