Name | Description | |
---|---|---|
C1Calendar Constructor | Overloaded. |
The following tables list the members exposed by C1Calendar.
Name | Description | |
---|---|---|
C1Calendar Constructor | Overloaded. |
Name | Description | |
---|---|---|
ActualDisplayDate | Gets the actual DisplayDate considering MinDate and MaxDate. | |
ActualFirstDayOfWeek | Gets the actual first day of week, if FirstDayOfWeek is not specified the value will be get from the system. | |
ActualMaxDate | Gets the actual MaxDate. | |
ActualMinDate | Gets the actual MinDate. | |
AdjacentDayTextColor | Gets or sets the color of the adjacent days text. | |
BackgroundColor | Overridden. Sets the background color of the UIKit.UIView. | |
BorderColor | Gets or sets the color of the calendar's border. | |
BorderWidth | Gets or sets the width of the calendar's border. | |
CalendarType | Gets or sets the type of calendar. | |
CanGoBack | Gets a value indicating whether it is possible to navigate backwards. | |
CanGoForward | Gets a value indicating whether it is possible to navigate forward. | |
ClassHandle | (Inherited from UIKit.UIView) | |
DayBorderColor | Gets or sets the color used for the border between day slots. | |
DayBorderWidth | Gets or sets the border thickness between day slots. | |
DayOfWeekBackgroundColor | Gets or sets the background color for the day of week slots. | |
DayOfWeekFont | Gets or sets the day of week font. | |
DayOfWeekFormat | Gets or sets the format string which is used for representing day of week names. | |
DayOfWeekTextColor | Gets or sets the color of the text displayed in the day of week slots. | |
DayPadding | Gets or sets the padding of the day slots. | |
DisabledTextColor | Gets or sets the color for the text of disabled slots. | |
DisplayDate | Gets or sets a value specifying the currently displayed date of the year. | |
FirstDayOfWeek | Gets or sets a value that represents the first day of the week, the one displayed in the first column of the calendar. | |
FlowDirection | Gets or sets a value that indicates whether that content should flow. | |
Font | Gets or sets the default calendar font. | |
Handle | (Inherited from Foundation.NSObject) | |
HeaderBackgroundColor | Gets or sets the background color for the header. | |
HeaderFont | Gets or sets the header font. | |
HeaderMonthFormat | Gets or sets the format used to display the month of the year when the ViewMode is CalendarViewMode.Month. | |
HeaderTextColor | Gets or sets the color for the header text. | |
IntrinsicContentSize | Overridden. Gets the size of the intrinsic content of the view. | |
IsAnimated | Gets or sets whether the control is animated during navigation. | |
MaxDate | Gets or sets the latest date that the user can select in the calendar. | |
MaxSelectionCount | Gets or sets the maximum number of days that can be selected. | |
MinDate | Gets or sets the earliest date that the user can select in the calendar. | |
NavigateAnimation | Gets an object containing the animation settings that will be applied when navigating backwards or forward. | |
Orientation | Gets or sets a value indicating which orientation the calendar navigates. | |
SelectedDate | Gets or sets the currently selected date. | |
SelectedDates | Gets or sets the list of selected dates. | |
SelectionBackgroundColor | Gets or sets the color used to highlight selected dates. | |
SelectionTextColor | Gets or sets the color for selected date text. | |
ShowHeader | Gets or sets a value indicating whether the control displays the header area with the current month and navigation buttons. | |
ShowNavigationButtons | Gets or sets a value indicating whether the control displays the default navigation buttons. | |
Site | IComponent Site | |
SuperHandle | (Inherited from Foundation.NSObject) | |
TextColor | Gets or sets the color of the text within the calendar. | |
TodayBackgroundColor | Gets or sets the color used to highlight the background of the today day slot. | |
TodayFont | Gets or sets the today font. | |
TodayTextColor | Gets or sets the color for the text of the today day slot. | |
ViewMode | Gets or sets a value indicating whether the calendar displays a month, year or decade view. | |
ViewModeAnimation | Gets an object containing the animation settings that will be applied when changing the ViewMode. |
Name | Description | |
---|---|---|
Add | (Inherited from UIKit.UIView) | |
AddObserver | Overloaded. (Inherited from Foundation.NSObject) | |
AddSubviews | (Inherited from UIKit.UIView) | |
AwakeFromNib | (Inherited from Foundation.NSObject) | |
BeginInvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
ChangeViewModeAsync | Changes the view mode asynchronously performing an animation. | |
ConformsToProtocol | (Inherited from Foundation.NSObject) | |
DangerousAutorelease | (Inherited from Foundation.NSObject) | |
DangerousRelease | (Inherited from Foundation.NSObject) | |
DangerousRetain | (Inherited from Foundation.NSObject) | |
Dispose | (Inherited from Foundation.NSObject) | |
Equals | Overloaded. (Inherited from Foundation.NSObject) | |
GetEnumerator | (Inherited from UIKit.UIView) | |
GetHashCode | (Inherited from Foundation.NSObject) | |
GetNativeField | (Inherited from Foundation.NSObject) | |
GoBackAsync | Navigates backwards. | |
GoForwardAsync | Navigates forward. | |
Init | (Inherited from Foundation.NSObject) | |
Invoke | Overloaded. (Inherited from Foundation.NSObject) | |
InvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
Refresh | Refreshes the control. | |
SetNativeField | (Inherited from Foundation.NSObject) | |
SetValueForKeyPath | (Inherited from Foundation.NSObject) | |
ToString | (Inherited from Foundation.NSObject) | |
UpdateLayoutDirection |
Name | Description | |
---|---|---|
GetImage | Get 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. |
Name | Description | |
---|---|---|
AnimationWillEnd | (Inherited from UIKit.UIView) | |
AnimationWillStart | (Inherited from UIKit.UIView) | |
DayOfWeekSlotLoading | Occurs when an element representing a day of week is about to be created. | |
DaySlotLoading | Occurs when an element representing a day in the calendar is about to be created. | |
DisplayDateChanged | Occurs when the DisplayMonth property has changed. | |
DisplayDateChanging | Occurs before the DisplayMonth property changes. | |
Disposed | Occurs when the object is disposed. | |
HeaderLoading | Occurs when the header is being loaded. | |
MonthSlotLoading | Occurs when an element representing a month is about to be created. | |
SelectionChanged | Occurs when the SelectedDate or SelectedDates properties change. | |
SelectionChanging | Occurs before the selection changed. | |
ViewModeChanged | Occurs when the ViewMode has changed, such as when the user taps the month header. | |
YearSlotLoading | Occurs when an element representing a year in the calendar is about to be created. |