We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The WPF Calendar control (month calendar) can be utilized to navigate to any day of any year. The fully touch-enabled control allows you to navigate to the next or previous month of the calendar with an intuitive swipe. It provides multiselect date support, custom tooltips for dates, date selection ranges, the ability to display today’s date at the bottom, a week numbers display, and complete customization of date, day name, and special dates cells.


Date selection

WPF Calendar control supports selecting a single, multiple, and range of dates. It also supports programmatic selection.

selection of dates in WPF Calendar control


Date restriction

Prevent navigation beyond the specified minimum and maximum dates to prevent users from selecting certain dates.

date-restricted in WPF Calendar control


Blackout dates

Disable interactions and selections for certain dates. This is useful when you want to block user interaction during holidays or another special event.

blackout dates in WPF Calendar control


Special dates

Highlight special dates using custom templates.

special dates marked in WPF Calendar control


Month and year views

Display and navigate dates with an intuitive user interface using built-in month and year views. Month view displays the dates of a month with horizontal and vertical navigation and the year view displays the months of a year with horizontal navigation.

Month and year view in WPF Calendar control


Appearance

different styles in WPF Calendar control

Built-in themes

The WPF Calendar control provides various built-in themes like Office2016, Office2013, Metro, Blend, etc., which help adapt the control to the application UI.

days and months abbreviations in WPF Calendar control

Abbreviation for days and months

Month and day names in a calendar can be displayed with abbreviations or with full names.

week numbers displayed in WPF Calendar control

Week numbers

Display week numbers in the left margin in WPF Calendar.


Right To Left

WPF Month calendar supports right to left (RTL) direction for users working in right-to-left languages like Hebrew, Arabic, or Persian.

WPF Calendar control supports Right To Left feature


Globalization

Displays the days and months in different cultures. Thus, it meets the needs of different regions.

Globalization in WPF Calendar control


Tooltip for Particular Days

You can set the tooltip for specific days in the WPF Calendar.


WPF Calendar Code Example

Easily get started with the WPF Calendar using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF Calendar Example that shows you how to render and configure the Calendar in WPF.

<syncfusion:CalendarEdit x:Name = "calendarEdit" Height = "200" Width = "200" />
using Syncfusion.Windows.Shared; 
namespace WpfApp1 
    {    
        public partial class MainWindow : Window 
        { 
       public MainWindow() 
        { 
            InitializeComponent(); 
            // Creating an instance of the CalendarEdit 
            CalendarEdit calendarEdit = new CalendarEdit(); 
            // Setting height and width to CalendarEdit 
            calendarEdit.Height = 200; 
            calendarEdit.Width = 200; 
            this.Content = calendarEdit; 
        } 
}
}


95+ WPF CONTROLS

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion WPF Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile