ComponentOne Xamarin.iOS
CalendarMonthsPanel Class
Members 


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace : CalendarMonthsPanel Class
Panel that displays months.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("UIView", True)>
Public Class CalendarMonthsPanel 
   Inherits C1.iOS.Calendar.CalendarSlotsPanel(Of C1Calendar.CalendarMonthSlotInfo)
   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 CalendarMonthsPanel
[Foundation.Register("UIView", true)]
public class CalendarMonthsPanel : C1.iOS.Calendar.CalendarSlotsPanel<C1Calendar.CalendarMonthSlotInfo>, 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.CalendarMonthsPanel

See Also

Reference

CalendarMonthsPanel Members
C1.iOS.Calendar Namespace
CalendarSlotsPanel<S> Class