Class MonthCellLoadedEventArgs
Month cell loaded event arguments
Inheritance
System.Object
MonthCellLoadedEventArgs
Implements
System.IDisposable
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class MonthCellLoadedEventArgs : EventArgs, IDisposable
Constructors
MonthCellLoadedEventArgs()
Declaration
public MonthCellLoadedEventArgs()
Properties
Appointments
Gets or sets the Appointments from month cell loaded event
Declaration
public NSMutableArray Appointments { get; set; }
Property Value
Type |
---|
Foundation.NSMutableArray |
Bounds
Gets or sets the bounds.
Declaration
public CGRect Bounds { get; set; }
Property Value
Type | Description |
---|---|
CoreGraphics.CGRect | The bounds. |
CellStyle
Gets or sets the Cell style from the month cell loaded event
Declaration
public SFCellStyle CellStyle { get; set; }
Property Value
Type |
---|
SFCellStyle |
Date
Gets or sets Date from month cell loaded event
Declaration
public NSDate Date { get; set; }
Property Value
Type |
---|
Foundation.NSDate |
IsBlackOutDate
Gets or sets a value indicating whether the month cell date is blackout date or not
Declaration
public bool IsBlackOutDate { get; set; }
Property Value
Type |
---|
System.Boolean |
IsNextMonthDate
Gets or sets a value indicating whether the month cell date is next month date or not
Declaration
public bool IsNextMonthDate { get; set; }
Property Value
Type |
---|
System.Boolean |
IsPreviousMonthDate
Gets or sets a value indicating whether the month cell date is previous month date or not
Declaration
public bool IsPreviousMonthDate { get; set; }
Property Value
Type |
---|
System.Boolean |
IsToday
Gets or sets a value indicating whether the month cell date is today or not
Declaration
public bool IsToday { get; set; }
Property Value
Type |
---|
System.Boolean |
View
Gets or sets the View from month cell loaded event
Declaration
public UIView View { get; set; }
Property Value
Type |
---|
UIKit.UIView |
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