In This Topic
Panel that shows years divided by decades.
Syntax
'Declaration
<Foundation.RegisterAttribute("UIView", True)>
Public Class CalendarYearsPanel
Inherits C1.iOS.Calendar.CalendarSlotsPanel(Of C1Calendar.CalendarYearSlotInfo)
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 CalendarYearsPanel
[Foundation.Register("UIView", true)]
public class CalendarYearsPanel : C1.iOS.Calendar.CalendarSlotsPanel<C1Calendar.CalendarYearSlotInfo>, 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.CalendarYearsPanel
See Also