Name | Description | |
---|---|---|
NCalendar Constructor | Default constructor. |
The following tables list the members exposed by NCalendar.
Name | Description | |
---|---|---|
NCalendar Constructor | Default constructor. |
Name | Description | |
---|---|---|
CultureNameProperty | Reference to the CultureName property. | |
CurrentDateProperty | Reference to the CurrentDate property. | |
DayOfWeekFormatModeProperty | Reference to the DayOfWeekFormatMode property | |
HeaderFormatStringProperty | Reference to the HeaderFormatString property | |
HighlightTodayProperty | Reference to the HighlightToday property. | |
MonthFormatModeProperty | Reference to the MonthFormatMode property | |
NCalendarSchema | Schema associated with NCalendar. | |
SelectedDateProperty | Reference to the SelectedDate property. | |
ViewRangeProperty |
Name | Description | |
---|---|---|
CultureInfo | Gets the culture info defined by the culture name property. | |
CultureName | Gets or sets the name of the culture that should to be used when displaying this schedule. By default set to null, which means that the culture of the current thread will be used. | |
CurrentDate | Gets or sets the current date. When the current date changes the calendar navigates the current view range to the current date, without changing the selected date. | |
DayOfWeekFormatMode | Gets or sets the format mode in which the day picker displays the days of the week. By default set to AbbreviatedDayName. | |
DayPicker | A shortcut property that gets the day of month picker | |
HeaderFormatString | Gets or sets the header format string, that defines the text representation of the current date, when the calender picker view range is set to days of months. | |
HighlightToday | Determines whether to highlight today's date or not. | |
MonthFormatMode | Gets or sets the format mode in which the month picker displays the months. By default set to AbbreviatedMonthName. | |
MonthPicker | A shortcut property that gets the month of year picker | |
SelectedDate | Gets or sets the selected date. When the selected date has changed the calendar automatically changes the ViewRange to DaysOfMonth, and navigates to the selected date. The current date also becomes the selected date. | |
ViewRange | Gets or sets the current view range of the calendar. | |
YearPicker | A shortcut property that gets the year of decade picker |
Name | Description | |
---|---|---|
PauseUpdate | Pauses/resumes the calendar updates |
Name | Description | |
---|---|---|
ShowLargerViewRange | Shows a larger view range than the current one, if possible. | |
ShowNextViewRangePage | Shows the next page of dates that apply for the current view range. | |
ShowPrevViewRangePage | Shows the prev page of dates that apply for the current view range. | |
ShowSmallerViewRange | Shows a smaller view range than the current one, if possible. |
Name | Description | |
---|---|---|
OnCultureNameChanged | Called when the current culture has changed | |
OnCurrentDateChanged | Called when the current date has changed | |
OnDayOfWeekFormatModeChanged | Called when the day of week format mode has changed | |
OnHeaderFormatStringChanged | Called when the header format string has changed | |
OnHeaderSpinnerSpin | Called when the calendar header spinner is spinned | |
OnMonthFormatModeChanged | Called when the month picker format mode has changed | |
OnSelectedDateChanged | Called when the selected data has changed. | |
OnViewRangeChanged | Called when the view range has changed | |
Update | Updates the calendar pickers and header |
Name | Description | |
---|---|---|
SelectedDateChanged | UI event, which occurs when the user selects a new date from the calendar. |