$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Scheduler control for Windows Forms
Create rich Outlook style functionality and add rich scheduling interfaces to C# Windows application
Home > WinForms UI Controls > User Manual > Scheduler Events for Customization in C#

Events and Customization of Appearance of KetticScheduler

KetticScheduler control provides a set of C# events for the users to customize the appearance and build custom painting to the elements that will be printed. KetticScheduler .NET component is capable of native printing and the end users of your application can directly pass the KetticScheduler data to the default printer. With friendly user interface of dialogs of KetticScheduler WinForms control, the users can easily change the print settings to the KetticScheduler.

Events for Printing KetticScheduler in Windows Forms

KetticScheduler contains a variety of C# events for the developers to customize the appearance of the elements that will be printed. With these events, we can easily format and paint the Scheduler elements that will be printed.
  • FormatCellPrintElement, this event is used to format a cell element that will be printed
  • FormatPrintElement, this event is used to format the element that will be printed
  • FormatAppointmentPrintElement, this event is used to format an appointment element that will be printed
  • PaintAppointmentPrintElement, this event is used to paint an appointment element that will be printed
  • PaintPrintElement, this event is used to paint an element that will be printed
  • PaintCellPrintElement, this event is used to paint a cell element that will be printed
The following C# code demonstrates how to customize the printing elements by using these events of KetticScheduler in .NET application.
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