ComponentOne Xamarin.iOS
CalendarDaysPanel Class
Members 


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace : CalendarDaysPanel Class
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

Reference

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