The WinForms Scheduler control (Event Calendar) allows users to schedule and manage appointments through an intuitive user interface. It has different view modes such as day, week, work week, and month view to display appointments. Its rich feature set includes recurring appointments, appointment drag and drop, appearance customization, globalization, localization, and more.
The Scheduler for Windows Forms has day, week, work week, month, and custom views, similar to Outlook. It is used to create appointments and events, organize meetings, view group schedules, and much more.
The user interface is very interactive and lets users perform operations like creating, editing, and rescheduling appointments. Set appointment reminders to notify upcoming appointments.
The WinForms Scheduler can easily be customized based on the requirement. Time intervals for appointments can also be customized. Provide a unique and consistent look to your scheduler with appearance customization using styles, data templates, and themes.
Specify daily, weekly, monthly, and yearly recurrence patterns for appointments.
The feature-rich WinForms Scheduler can easily handle a large number of appointments.
All visible strings in the user interface can be localized to any desired language.
The WinForms Scheduler control comes with a large number of themes to quickly create elegant interfaces that look and feel like Windows, Office, Outlook, and other popular platforms.
Easily get started with the WinForms Scheduler control using a few simple lines of C# code example as demonstrated below. Also explore our WinForms Scheduler Example that shows you how to render and configure the WinForms Scheduler.
using Syncfusion.Schedule;
using Syncfusion.Windows.Forms.Schedule;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
ScheduleControl scheduleControl1;
public Form1()
{
InitializeComponent();
scheduleControl1 = new ScheduleControl();
scheduleControl1.Location = new Point(82, 12);
scheduleControl1.Size = new Size(350, 360);
this.Controls.Add(scheduleControl1);
this.Load += Form1_Load;
}
private void Form1_Load(object sender, EventArgs e)
{
ArrayListDataProvider data = new ArrayListDataProvider(); //Updating datasource items
data.MasterList = new ArrayListAppointmentList();
data.FileName = "default.schedule";
this.scheduleControl1.ScheduleType = ScheduleViewType.Month;
this.scheduleControl1.DataSource = data;
}
}
}
Syncfusion WinForms Scheduler control provides the following features:
We do not sell the WinForms Scheduler control separately. It is only available for purchase as part of the Syncfusion WinForms suite, which contains over 100 WinForms controls, including Scheduler. A single developer license for the Syncfusion Essential Studio for WinForms suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
You can find our WinForms Scheduler demo on
GitHub location.
No, our 100+ WinForms controls, including Scheduler, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Scheduler alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 100+ WinForms controls for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
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.