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


In This Topic
    CalendarDaysPanel Class
    In This Topic
    Panel that disaplys day slots.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("UIView", True)>
    Public Class CalendarDaysPanel 
       Inherits C1.iOS.Calendar.CalendarSlotsPanel(Of C1Calendar.CalendarDaySlotInfo)
       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 CalendarDaysPanel
    [Foundation.Register("UIView", true)]
    public class CalendarDaysPanel : C1.iOS.Calendar.CalendarSlotsPanel<C1Calendar.CalendarDaySlotInfo>, 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.CalendarDaysPanel

    See Also