Xamarin.Forms

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

    Show / Hide Table of Contents

    Class MonthInlineAppointmentLoadedEventArgs

    The Month Inline Appointment Loaded Event Argument contains properties to customize the appearance of loaded appointment and returns the loaded appointment.

    Inheritance
    System.Object
    MonthInlineAppointmentLoadedEventArgs
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class MonthInlineAppointmentLoadedEventArgs : EventArgs

    Constructors

    MonthInlineAppointmentLoadedEventArgs()

    Initializes a new instance of the MonthInlineAppointmentLoadedEventArgs class.

    Declaration
    public MonthInlineAppointmentLoadedEventArgs()

    Properties

    appointment

    Gets or sets the appointment object to get the loaded appointment details through the appointment properties.

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

    view

    Gets or sets view to replace the loaded appointment's default UI view with the given Custom UI view.

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