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 |