menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DrawInlineViewEventArgs

    Arguments for the inline loaded event

    Inheritance
    System.Object
    DrawInlineViewEventArgs
    Namespace: Com.Syncfusion.Calendar
    Assembly: Syncfusion.SfCalendar.Android.dll
    Syntax
    public class DrawInlineViewEventArgs : EventArgs

    Constructors

    DrawInlineViewEventArgs()

    Declaration
    public DrawInlineViewEventArgs()

    Properties

    Appointments

    Gets the appointment collection.

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

    The appointments.

    Date

    Gets or sets the appointment date.

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

    The appointment date.

    View

    Gets or sets the view of the in-line.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    Android.Views.View

    The view.

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