Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class
Fields Properties Methods Events

In This Topic
    C1Calendar Class Members
    In This Topic

    The following tables list the members exposed by C1Calendar.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
    Public Properties
     NameDescription
    Public PropertyGets the actual DisplayDate considering MinDate and MaxDate.  
    Public PropertyGets the actual first day of week, if FirstDayOfWeek is not specified the value will be get from the system.  
    Public PropertyGets the actual MaxDate.  
    Public PropertyGets the actual MinDate.  
    Public PropertyGets or sets the color of the adjacent days text.  
    Public PropertyOverridden. Sets the background color of the UIKit.UIView.  
    Public PropertyGets or sets the color of the calendar's border.  
    Public PropertyGets or sets the width of the calendar's border.  
    Public PropertyGets or sets the type of calendar.  
    Public PropertyGets a value indicating whether it is possible to navigate backwards.  
    Public PropertyGets a value indicating whether it is possible to navigate forward.  
    Public Property (Inherited from UIKit.UIView)
    Public PropertyGets or sets the color used for the border between day slots.  
    Public PropertyGets or sets the border thickness between day slots.  
    Public PropertyGets or sets the background color for the day of week slots.  
    Public PropertyGets or sets the day of week font.  
    Public PropertyGets or sets the format string which is used for representing day of week names.  
    Public PropertyGets or sets the color of the text displayed in the day of week slots.  
    Public PropertyGets or sets the padding of the day slots.  
    Public PropertyGets or sets the color for the text of disabled slots.  
    Public PropertyGets or sets a value specifying the currently displayed date of the year.  
    Public PropertyGets or sets a value that represents the first day of the week, the one displayed in the first column of the calendar.  
    Public PropertyGets or sets a value that indicates whether that content should flow.  
    Public PropertyGets or sets the default calendar font.  
    Public Property (Inherited from Foundation.NSObject)
    Public PropertyGets or sets the background color for the header.  
    Public PropertyGets or sets the header font.  
    Public PropertyGets or sets the format used to display the month of the year when the ViewMode is CalendarViewMode.Month.  
    Public PropertyGets or sets the color for the header text.  
    Public PropertyOverridden. Gets the size of the intrinsic content of the view.  
    Public PropertyGets or sets whether the control is animated during navigation.  
    Public PropertyGets or sets the latest date that the user can select in the calendar.  
    Public PropertyGets or sets the maximum number of days that can be selected.  
    Public PropertyGets or sets the earliest date that the user can select in the calendar.  
    Public PropertyGets an object containing the animation settings that will be applied when navigating backwards or forward.  
    Public PropertyGets or sets a value indicating which orientation the calendar navigates.  
    Public PropertyGets or sets the currently selected date.  
    Public PropertyGets or sets the list of selected dates.  
    Public PropertyGets or sets the color used to highlight selected dates.  
    Public PropertyGets or sets the color for selected date text.  
    Public PropertyGets or sets a value indicating whether the control displays the header area with the current month and navigation buttons.  
    Public PropertyGets or sets a value indicating whether the control displays the default navigation buttons.  
    Public PropertyIComponent Site  
    Public Property (Inherited from Foundation.NSObject)
    Public PropertyGets or sets the color of the text within the calendar.  
    Public PropertyGets or sets the color used to highlight the background of the today day slot.  
    Public PropertyGets or sets the today font.  
    Public PropertyGets or sets the color for the text of the today day slot.  
    Public PropertyGets or sets a value indicating whether the calendar displays a month, year or decade view.  
    Public PropertyGets an object containing the animation settings that will be applied when changing the ViewMode.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from UIKit.UIView)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodChanges the view mode asynchronously performing an animation.  
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodNavigates backwards.  
    Public MethodNavigates forward.  
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodRefreshes the control.  
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodGet the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android.
    Top
    Public Events
     NameDescription
    Public Event (Inherited from UIKit.UIView)
    Public Event (Inherited from UIKit.UIView)
    Public EventOccurs when an element representing a day of week is about to be created.  
    Public EventOccurs when an element representing a day in the calendar is about to be created.  
    Public EventOccurs when the DisplayMonth property has changed.  
    Public EventOccurs before the DisplayMonth property changes.  
    Public EventOccurs when the object is disposed.  
    Public EventOccurs when the header is being loaded.  
    Public EventOccurs when an element representing a month is about to be created.  
    Public EventOccurs when the SelectedDate or SelectedDates properties change.  
    Public EventOccurs before the selection changed.  
    Public EventOccurs when the ViewMode has changed, such as when the user taps the month header.  
    Public EventOccurs when an element representing a year in the calendar is about to be created.  
    Top
    See Also