Class DrawMonthCellEventArgs
Arguments for Month cell loaded event
Inheritance
System.Object
DrawMonthCellEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class DrawMonthCellEventArgs : EventArgs
Constructors
DrawMonthCellEventArgs()
Declaration
public DrawMonthCellEventArgs()
Properties
MonthCell
Gets or sets the month cell.
Declaration
public SFMonthCell MonthCell { get; set; }
Property Value
Type | Description |
---|---|
SFMonthCell | The month cell. |