Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarHeadersPanel Class
Members


In This Topic
    CalendarHeadersPanel Class
    In This Topic
    Panel that displays headers slots.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("UIView", True)>
    Public Class CalendarHeadersPanel 
       Inherits C1.iOS.Calendar.CalendarSlotsPanel(Of C1Calendar.CalendarHeaderSlotInfo)
       Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
    'Usage
     
    
    Dim instance As CalendarHeadersPanel
    [Foundation.Register("UIView", true)]
    public class CalendarHeadersPanel : C1.iOS.Calendar.CalendarSlotsPanel<C1Calendar.CalendarHeaderSlotInfo>, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UIResponder
             UIKit.UIView
                C1.iOS.Calendar.CalendarSlotsPanel<S>
                   C1.iOS.Calendar.CalendarHeadersPanel

    See Also