$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Calendar Controls for WinForms UI Tutorial
Customize header appearance in C# for .NET Windows Forms projects
Home > WinForms UI Controls > User Manual > Customize Appearance Header in C#

Header Appearance Customizing, WinForms Calendar Controls

The Header is an area placed above the content area in a Calendar. The calendar title and the navigation buttons are commonly placed in the header area. The Calendar controls contain a variety of properties to modify the appearance and functionality of title in WinForms C# applications. It is easy to customize the header appearance by changing a single property in C# development environment.

Header Properties of Calendar in C# WinForms

The Calendar controls contain a variety of properties to modify the appearance and functionality of title in C# Windows Forms applications:
  • TitleFormat, this is a property used for formatting the string that will be applied to the calendar title in Header
  • TitleAlign, a property used for aligning the title of the calendar in horizontal direction.
  • DisplayHeader, this is a property used for determining whether the title of the calendar will be displayed or not
  • DisplayNavigateButtons, a property used for determining whether the navigate buttons should be visible or not
  • DisplayQuickNavigateButtons, this is a property used for determining whether the buttons to quick navigating should be visible or not
  • QuickNavigateNextImage, the property used for configuring the image that will be displayed for the next quick navigating control
  • QuickNavigateNextText, the property used for customizing the text that will be displayed for the next quick navigating control
  • QuickNavigateNextToolTip, the property used for setting the tool tip that will be displayed for the next quick navigating control
  • QuickNavigatePrevImage, the property used for customizing the image that will be displayed for the quick previous navigation control
  • QuickNavigatePrevText, the property used for customizing the text that will be displayed for the quick previous navigation control
  • QuickNavigatePrevToolTip, the property used for setting the tool tip that will be displayed for the quick previous navigation control
  • NavigateNextImage, the property used for setting the image that will be displayed for the navigation next control
  • NavigateNextText, the property used for customizing setting the text that will be displayed for the navigation next control
  • NavigateNextToolTip, the property used for setting the tool tip that will be displayed for the navigation next control
  • NavigatePrevImage, the property used for configuring the image that will be displayed for the navigation previous control
  • NavigatePrevText, the property used for customizing the text that will be displayed for the navigation previous rev control
  • NavigatePrevToolTip, the property used for setting the tool tip that will be displayed for the navigation previous control
  • QuickNavigateStep, the property used for configuring the number of views that will be scrolled when the user clicks on a quick navigation link

Title Properties of Calendar in C# WinForms

The Calendar controls contain a few of properties of title to define how and what content will be added in C# Windows Forms applications UI design:
  • TitleAlign, a property used for aligning the title of the calendar in horizontal direction.
  • TitleFormat, a property used for determining the title format.
  • DateScopeSeparator, a property used for placing the separator string between the start and stop dates in a MultiView title.
  • EnableNavigation, a property used for enabling navigation functionality in the calendar. There are a few more sub properties for customizing the quick navigation buttons:
    • QuickNavigateNextImage
    • QuickNavigateNextText
    • QuickNavigateNextToolTip
    • QuickNavigatePrevImage
    • QuickNavigatePrevText
    • QuickNavigatePrevToolTip
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls