Xamarin.Android

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

    Show / Hide Table of Contents

    Class MonthCellLoadedEventArgs

    Month cell loaded event arguments

    Inheritance
    System.Object
    MonthCellLoadedEventArgs
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class MonthCellLoadedEventArgs : EventArgs

    Constructors

    MonthCellLoadedEventArgs()

    Initializes a new instance of the MonthCellLoadedEventArgs class

    Declaration
    public MonthCellLoadedEventArgs()

    Properties

    Appointments

    Gets or sets the ScheduleAppointmentCollection View of SfSchedule.

    Declaration
    public ScheduleAppointmentCollection Appointments { get; set; }
    Property Value
    Type Description
    ScheduleAppointmentCollection

    Bounds

    Gets or sets the Bounds View of SfSchedule.

    Declaration
    public RectF Bounds { get; set; }
    Property Value
    Type Description
    Android.Graphics.RectF

    Calendar

    Gets or sets the Calendar View of SfSchedule.

    Declaration
    public Calendar Calendar { get; set; }
    Property Value
    Type Description
    Java.Util.Calendar

    CellStyle

    Gets or sets the CellStyle View of SfSchedule.

    Declaration
    public CellStyle CellStyle { get; set; }
    Property Value
    Type Description
    CellStyle

    Data

    Gets the collection of data object from which appointment created. This property holds the collection of data object used to create ScheduleAppointment in binding cases. If ItemsSource is collection of ScheduleAppointment, then this property will return null.

    Declaration
    public IEnumerable Data { get; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    IsBlackoutDate

    Gets or sets a value indicating whether the IsBlackoutDate View of SfSchedule.

    Declaration
    public bool IsBlackoutDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsNextMonthDate

    Gets or sets a value indicating whether the IsNextMonthDate View of SfSchedule.

    Declaration
    public bool IsNextMonthDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPreviousMonthDate

    Gets or sets a value indicating whether the IsPreviousMonthDate View of SfSchedule.

    Declaration
    public bool IsPreviousMonthDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsToday

    Gets or sets a value indicating whether the IsToday View of SfSchedule.

    Declaration
    public bool IsToday { get; set; }
    Property Value
    Type Description
    System.Boolean

    View

    Gets or sets the ScheduleAppointmentCollection View of SfSchedule.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    Android.Views.View
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved