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