menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InlineEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InlineEventArgs

    Inline event arguments.

    Inheritance
    System.Object
    InlineEventArgs
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public class InlineEventArgs : EventArgs

    Constructors

    InlineEventArgs()

    Declaration
    public InlineEventArgs()

    Properties

    appointment

    Gets the appointment.

    Declaration
    public CalendarInlineEvent appointment { get; }
    Property Value
    Type Description
    CalendarInlineEvent

    The appointment.

    Appointments

    Gets the appointment.

    Declaration
    public CalendarEventCollection Appointments { get; }
    Property Value
    Type Description
    CalendarEventCollection

    The appointment.

    Calendar

    Gets the calendar.

    Declaration
    public SfCalendar Calendar { get; }
    Property Value
    Type Description
    SfCalendar

    The calendar.

    DateTime

    Gets the date time.

    Declaration
    public Nullable<DateTime> DateTime { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    The date time.

    View

    Gets or sets the view.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.View

    The view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved