Add Calendar - WinForms Calendar Controls
The Calendar Control supports not only all features of the standard Month Calendar control in the Visual Studio toolbox, like first day of week, special days, show today, show week numbers, and hide week numbers, but also additional features that the standard Calendar control do not support. In this tutorial of creating calendar in C# for Windows Forms Applications, we will show how to add selected and special days to the calendar at design time, then iterating and displaying those dates at runtime.
How to add selected and special days to the calendar at design time
The following C# code illustrate how to iterate the SelectedDates and SpecialDates collections:
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlCalendar Structure in C#Calendar Properties in C#Calendar Events in C#Calendar Getting Started Customize Appearance Appearance - StylingAppearance - TemplateAppearance - HeaderAppearance - FooterAppearance - ZoomHide WeekendsCustomize Behavior Column and Row HeaderMultiView ModeCustomize DatesCustomize NavigationSelect DatesDesign-Time SupportLocalization Culture and Region Info BasicsGlobalization PropertiesWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |