Class SFScheduleView
Specifies the ScheduleViews available
Inheritance
System.Object
SFScheduleView
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public sealed class SFScheduleView : Enum
Fields
SFScheduleViewDay
This returns Day as Schedule View.
Declaration
public const SFScheduleView SFScheduleViewDay
Field Value
Type |
---|
SFScheduleView |
SFScheduleViewMonth
This returns Month as Schedule View.
Declaration
public const SFScheduleView SFScheduleViewMonth
Field Value
Type |
---|
SFScheduleView |
SFScheduleViewTimeline
This returns Timeline as ScheduleView.
Declaration
public const SFScheduleView SFScheduleViewTimeline
Field Value
Type |
---|
SFScheduleView |
SFScheduleViewWeek
This returns Week as Schedule View.
Declaration
public const SFScheduleView SFScheduleViewWeek
Field Value
Type |
---|
SFScheduleView |
SFScheduleViewWorkWeek
This returns WorkWeek as Schedule View.
Declaration
public const SFScheduleView SFScheduleViewWorkWeek
Field Value
Type |
---|
SFScheduleView |