Xamarin.Android

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

    Show / Hide Table of Contents

    Class MonthInlineLoadedEventArgs

    Month inline loaded event arguments

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

    Constructors

    MonthInlineLoadedEventArgs()

    Declaration
    public MonthInlineLoadedEventArgs()

    Properties

    Appointments

    Gets or sets the ScheduleAppointmentCollection View of SfSchedule.

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

    Calendar

    Gets or sets the Calendar View of SfSchedule.

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

    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

    MonthInlineViewStyle

    Gets or sets the MonthInlineViewStyle View of SfSchedule.

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