Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleView

    Show / Hide Table of Contents

    Class ScheduleView

    Specifies the ScheduleViews available

    Inheritance
    System.Object
    ScheduleView
    Namespace: Com.Syncfusion.Schedule.Enums
    Assembly: Syncfusion.SfSchedule.Android.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

    Timeline

    This returns Timeline as Schedule View.

    Declaration
    public const ScheduleView Timeline
    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 - 2023 Syncfusion Inc. All Rights Reserved