Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleView - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleView

    The Schedule View represents the available view options in schedule such as DayView, WeekView, WorkWeekView, MonthView and TimeLineView.

    Inheritance
    System.Object
    ScheduleView
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public sealed class ScheduleView : Enum

    Fields

    DayView

    This returns Day as Schedule View.

    Declaration
    public const ScheduleView DayView
    Field Value
    Type Description
    ScheduleView

    MonthView

    This returns Month as Schedule View.

    Declaration
    public const ScheduleView MonthView
    Field Value
    Type Description
    ScheduleView

    TimelineView

    This returns timeline view as Schedule View.

    Declaration
    public const ScheduleView TimelineView
    Field Value
    Type Description
    ScheduleView

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WeekView

    This returns Week as Schedule View.

    Declaration
    public const ScheduleView WeekView
    Field Value
    Type Description
    ScheduleView

    WorkWeekView

    This returns WorkWeek as Schedule View.

    Declaration
    public const ScheduleView WorkWeekView
    Field Value
    Type Description
    ScheduleView
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved