ComponentOne Xamarin.iOS
C1Calendar Class
Members 


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace : C1Calendar Class
Represents a month calendar with the ability to interactively navigate through months and select a specific System.DateTime value or a range of dates.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("C1Calendar")>
<DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class C1Calendar 
   Inherits UIKit.UIView
   Implements C1.iOS.Core.IDependencyObject, C1.iOS.Core.IFlowDirection, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
'Usage
 
Dim instance As C1Calendar
[Foundation.Register("C1Calendar")]
[DesignTimeVisible(true)]
[C1LicensedControl()]
public class C1Calendar : UIKit.UIView, C1.iOS.Core.IDependencyObject, C1.iOS.Core.IFlowDirection, 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.C1Calendar

See Also

Reference

C1Calendar Members
C1.iOS.Calendar Namespace