Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.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 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