Class DrawHeaderViewEventArgs
Arguments for the header loaded event
Inheritance
System.Object
DrawHeaderViewEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class DrawHeaderViewEventArgs : EventArgs
Constructors
DrawHeaderViewEventArgs()
Declaration
public DrawHeaderViewEventArgs()
Properties
View
Gets or sets the view.
Declaration
public UIView View { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIView | The view. |