Class CalendarHeaderEventArgs
Calendar header event arguments.
Inheritance
System.Object
CalendarHeaderEventArgs
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class CalendarHeaderEventArgs : EventArgs
Constructors
CalendarHeaderEventArgs()
Declaration
public CalendarHeaderEventArgs()
Properties
Calendar
Gets the calendar.
Declaration
public SfCalendar Calendar { get; }
Property Value
Type | Description |
---|---|
SfCalendar | The calendar. |
View
Gets or sets the view.
Declaration
public View View { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.View | The view. |