ComponentOne Xamarin.Android
MonthSlot Property


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarMonthSlotLoadingEventArgs Class : MonthSlot Property
Gets or sets the visual element shown in the month slot.
Syntax
'Declaration
 
Public Property MonthSlot As Android.Views.View
'Usage
 
Dim instance As CalendarMonthSlotLoadingEventArgs
Dim value As Android.Views.View
 
instance.MonthSlot = value
 
value = instance.MonthSlot
public Android.Views.View MonthSlot {get; set;}
See Also

Reference

CalendarMonthSlotLoadingEventArgs Class
CalendarMonthSlotLoadingEventArgs Members