Class MonthInlineLoadedEventArgs
Month inline loaded event arguments
Inheritance
System.Object
MonthInlineLoadedEventArgs
Implements
System.IDisposable
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class MonthInlineLoadedEventArgs : EventArgs, IDisposable
Constructors
MonthInlineLoadedEventArgs()
Declaration
public MonthInlineLoadedEventArgs()
Properties
Appointments
Gets or sets the Appointments from month inline view
Declaration
public NSMutableArray Appointments { get; set; }
Property Value
Type |
---|
Foundation.NSMutableArray |
Date
Gets or sets the Date from the month inline view
Declaration
public NSDate Date { get; set; }
Property Value
Type |
---|
Foundation.NSDate |
MonthInlineViewStyle
Gets or sets the Month inline view style for month inline view
Declaration
public SFMonthInlineViewStyle MonthInlineViewStyle { get; set; }
Property Value
Type |
---|
SFMonthInlineViewStyle |
Methods
Dispose()
To release managed and unmanaged resources
Declaration
public void Dispose()
Dispose(Boolean)
To release managed and unmanaged resources
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Indicates whether dispose or not |
Implements
System.IDisposable