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