C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / CalendarMonthSlotLoadingEventArgs Class / MonthSlot Property


In This Topic
MonthSlot Property
In This Topic
Gets or sets the visual element shown in the month slot.
Syntax
'Declaration
 
Public Property MonthSlot As Xamarin.Forms.View
 
'Usage
 
Dim instance As CalendarMonthSlotLoadingEventArgs
Dim value As Xamarin.Forms.View
 
instance.MonthSlot = value
 
value = instance.MonthSlot
See Also