CalendarDaysOfWeekPanel Class
In This Topic
Panel that displays day of the week.
Syntax
'Declaration
<Foundation.RegisterAttribute("UIView", True)>
Public Class CalendarDaysOfWeekPanel
Inherits C1.iOS.Calendar.CalendarSlotsPanel(Of C1Calendar.CalendarDayOfWeekSlotInfo)
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 CalendarDaysOfWeekPanel
[Foundation.Register("UIView", true)]
public class CalendarDaysOfWeekPanel : C1.iOS.Calendar.CalendarSlotsPanel<C1Calendar.CalendarDayOfWeekSlotInfo>, 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.CalendarDaysOfWeekPanel
See Also