Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarHeaderLoadingEventArgs Class / HeaderSlot Property


In This Topic
    HeaderSlot Property
    In This Topic
    The header to be shown in the calendar.
    Syntax
    'Declaration
     
    
    Public Property HeaderSlot As UIKit.UIView
    'Usage
     
    
    Dim instance As CalendarHeaderLoadingEventArgs
    Dim value As UIKit.UIView
     
    instance.HeaderSlot = value
     
    value = instance.HeaderSlot
    public UIKit.UIView HeaderSlot {get; set;}
    See Also