New to Telerik UI for WinFormsStart a free 30-day trial

MonthCalendar

Updated over 6 months ago

The MonthCalendar control in your application will be converted to RadCalendar. The following tables describe which properties and methods are removed and which are replaced with similar equivalents.

PropertiesActionRadControls Equivalent
CalendarDimensionsProduces Error
FirstDayOfWeekReplacedTelerik.WinControls.UI.FirstDayOfWeek
MaxSelectionCountRemoved
MinDateReplacedRangeMinDate
MaxDateReplacedRangeMaxDate
MonthlyBoldedDatesProduces Error
RightToLeftLayoutRemoved
ScrollChangeReplacedFastNavigationStep
SelectionRangeProduces Error
ShowTodayReplacedShowFooter
ShowTodayCircleRemoved
ShowWeekNumbersReplacedShowRowHeaders
TitleBackColorRemoved
TitleForeColorRemoved
TodayDateRemoved
TrailingForeColorRemoved
MethodsActionRadControls Equivalent
AddAnnuallyBoldedDate(System.DateTime date)Produces Error
AddBoldedDate(System.DateTime date)Produces Error
AddMonthlyBoldedDate(System.DateTime date)Produces Error
HitTest(System.Drawing.Point point)Produces Error
GetDisplayRange(true)Produces Error
RemoveAllAnnuallyBoldedDates()Produces Error
RemoveAllBoldedDates()Produces Error
RemoveAllMonthlyBoldedDates()Produces Error
RemoveAnnuallyBoldedDate(System.DateTime date)Produces Error
RemoveBoldedDate(System.DateTime date)Produces Error
RemoveMonthlyBoldedDate(System.DateTime date)Produces Error
SetCalendarDimensions(int x, int y)Produces ErrorThe following properties need to be set: AllowMultipleView, MultiViewColumns and MultiViewRows
SetDate(System.DateTime date)Produces ErrorIn order to set the date, you can set the FocusedDate property
SetSelectionRange(System.DateTime date1, System.DateTime date2)Produces Error
UpdateBoldedDates()Produces Error
EventsActionRadControls Equivalent
RightToLeftLayoutChangedProduces Error
DateChangedProduces Error
DateSelectedProduces Error
Not finding the help you need?
Contact Support