Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WindowsForms/Scheduler/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,4 +756,4 @@ The C# WinForms Calendar Scheduler control supports creating the recurring appoi

[Create the recurrence appointment in WinForms Calendar Scheduler control ](time-interval)

N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar.
N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar. Looking for the full Winforms Scheduler component overview, features, pricing, and documentation? Visit the [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) page.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Schedule
documentation: ug
---

# Metro Theme for Essential<sup>®</sup> Schedule in Windows Forms Scheduler
# Metro Theme for Schedule in Windows Forms Scheduler

This feature enables you to apply new Metro styles to the Schedule control.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Scheduler/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Windows Forms Scheduler (Event Calendar) Overview

The Syncfusion<sup>®</sup> Scheduler is a Windows Forms class library built around the functionalities found in the Windows Forms Grid control. The control allows you to add scheduling support to your applications.
The [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) is a Windows Forms class library built around the functionalities found in the Windows Forms Grid control. The control allows you to add scheduling support to your applications.

The most popular WinForms Scheduler includes creating new appointments, displaying those appointments in a variety of views, including Monthly, Daily, Weekly, Work Week, and multiple days. In the daily formats, you can use the UI to drag appointments to another time slot and to extend appointments. A flexible navigation calendar lets you easily home on the dates you would like to see in the Schedule control.

Expand All @@ -31,4 +31,4 @@ The [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/schedul
* Recurrence appointment: Supports schedule recurring appointments to repeat daily, weekly, monthly, or yearly.
* Touch support: Completely supports swiping, panning, zooming, and more.

N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar.
N> You can also explore our [WinForms Scheduler example](https://github.com/syncfusion/winforms-demos/tree/master/schedulecontrol) that shows how to schedule and manage appointments through an intuitive user interface, similar to the Outlook calendar. Looking for the full WPF Scheduler component overview, features, pricing, and documentation? Visit the [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) page.
2 changes: 1 addition & 1 deletion WindowsForms/Scheduler/TouchSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Touch Support in Windows Forms Scheduler (Schedule)

The ScheduleControl provides the swipe scrolling and zooming touch support like Outlook calendar. The touch support for schedule control can be enabled by setting the [EnableTouchMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Schedule.ScheduleControl.html#Syncfusion_Windows_Forms_Schedule_ScheduleControl_EnableTouchMode) property to `true`. This will enable the grid to support the swiping, panning, and zooming. Default value of the `EnableTouchMode` property is `false`.
The [WinForms Scheduler](https://www.syncfusion.com/winforms-ui-controls/scheduler) Control provides the swipe scrolling and zooming touch support like Outlook calendar. The touch support for schedule control can be enabled by setting the [EnableTouchMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Schedule.ScheduleControl.html#Syncfusion_Windows_Forms_Schedule_ScheduleControl_EnableTouchMode) property to `true`. This will enable the grid to support the swiping, panning, and zooming. Default value of the `EnableTouchMode` property is `false`.

{% tabs %}
{% highlight c# %}
Expand Down