Xamarin.Android

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

    Show / Hide Table of Contents

    Class MonthInlineAppointmentLoadedEventArgs

    Month inline appointment loaded event arguments

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

    Constructors

    MonthInlineAppointmentLoadedEventArgs()

    Declaration
    public MonthInlineAppointmentLoadedEventArgs()

    Properties

    Appointment

    Gets or sets the ScheduleAppointment View of SfSchedule.

    Declaration
    public ScheduleAppointment Appointment { get; set; }
    Property Value
    Type Description
    ScheduleAppointment

    Bounds

    Gets the Bounds of Inline appointment.

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

    Data

    Gets the data object from which appointment created. When binding collection of custom objects, then schedule appointments created based on AppointmentMapping. This property holds the data object used to create ScheduleAppointment in binding cases. If ItemsSource is collection of ScheduleAppointment, then this property will return null.

    Declaration
    public object Data { get; }
    Property Value
    Type Description
    System.Object

    View

    Gets or sets the 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