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. |