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