menu

Xamarin.Forms

  • Code Examples
  • 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
    ScheduleView

    MonthView

    This returns Month as Schedule View.

    Declaration
    public const ScheduleView MonthView
    Field Value
    Type
    ScheduleView

    TimelineView

    This returns timeline view as Schedule View.

    Declaration
    public const ScheduleView TimelineView
    Field Value
    Type
    ScheduleView

    WeekView

    This returns Week as Schedule View.

    Declaration
    public const ScheduleView WeekView
    Field Value
    Type
    ScheduleView

    WorkWeekView

    This returns WorkWeek as Schedule View.

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