[]
Represents a month calendar with the ability to interactively navigate through months and select a specific System.DateTime value or a range of dates.
public class C1Calendar : UIView, IDependencyObject, IComponent, IDisposable, IFlowDirection
| Name | Description |
|---|---|
| C1Calendar() | Initializes a new instance of the C1Calendar class. |
| C1Calendar(IntPtr) | Initializes a new instance of the C1Calendar class. |
| 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 | 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. |
| 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. |
| 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 Month. |
| HeaderTextColor | Gets or sets the color for the header text. |
| IntrinsicContentSize | 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 |
| 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 |
|---|---|
| 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. |