Class DrawMonthHeaderEventArgs
Inheritance
System.Object
DrawMonthHeaderEventArgs
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class DrawMonthHeaderEventArgs : EventArgs
Constructors
DrawMonthHeaderEventArgs()
Declaration
public DrawMonthHeaderEventArgs()
Properties
View
Gets or sets the view of the header.
Declaration
public View View { get; set; }
Property Value
Type | Description |
---|---|
Android.Views.View | The view. |