Column & Row Headers Customizing - WinForms Calendar Controls
The WinForms Calendar component supports not only all features of the standard 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, including focused date, show week days, hide week days, date zoom, read only mode as well as show other month days. Furthermore, the Calendar controls provide the support of footer, customizable header and footer, and navigation buttons. Cell formatting including padding, borders, margins, spacing, and alignment is supported by the Calendar Control for WinForms applications.
Customize Calendar Row & Column Headers in C#
The WinForms Calendar component provides several properties to customize the appearance of row and column headers in Calendar. To enable the customizing functionality, use the below properties
The following are C# code for configuring the appearance of row and column headers in Calendar for Windows Forms application interface.
The headers of Calendar are able to be used as selectors to choose groups of dates in multiple select modes. The View Selector is provided for .NET Forms developers to select the whole month view at once when designing the Calendar user interface for WinForms applications. The below C# code shows how to enable the View Selectors for customizing the appearance of row and column headers in Calendar for Windows Forms application
| ![]() 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 |