Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DrawInlineViewEventArgs

    Arguments for the inline loaded event

    Inheritance
    System.Object
    DrawInlineViewEventArgs
    Namespace: Syncfusion.SfCalendar.iOS
    Assembly: Syncfusion.SfCalendar.iOS.dll
    Syntax
    public class DrawInlineViewEventArgs : EventArgs

    Constructors

    DrawInlineViewEventArgs()

    Declaration
    public DrawInlineViewEventArgs()

    Properties

    Date

    Gets the date of the in-line.

    Declaration
    public NSDate Date { get; }
    Property Value
    Type Description
    Foundation.NSDate

    The date.

    SelectedAppointments

    Gets or sets the selected appointments.

    Declaration
    public NSMutableArray SelectedAppointments { get; }
    Property Value
    Type Description
    Foundation.NSMutableArray

    The selected appointments.

    View

    Gets or sets the view.

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    The view.

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