Class InlineToggledEventArgs
Inline toggled event arguments.
Inheritance
System.Object
InlineToggledEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class InlineToggledEventArgs : EventArgs
Constructors
InlineToggledEventArgs()
Declaration
public InlineToggledEventArgs()
Properties
Appointments
Gets or sets the appointments.
Declaration
public NSArray Appointments { get; }
Property Value
Type | Description |
---|---|
Foundation.NSArray | The appointments. |
Date
Gets the date of the in-line toggled.
Declaration
public NSDate Date { get; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The date. |