|
Janus Schedule Control |
||||||||||
|
|
||||||||||
|
for Microsoft .NET |
||||||||||
|
||||||||||
|
|
||||||||||
|
Appointments in the Schedule Control can be moved and resized by the user as in MS Outlook. The Schedule Control library also has a “Calendar” control that can be used to navigate between the different views and dates in the schedule control and also be used as a target for automatic re-scheduling of appointments via drag and drop. |
||||||||||
|
|
||||||||||
|
The Janus Schedule Control can be bound to any table in a DataSet or to any other data source that supports IList, ITypedList or IBindingList interfaces. The Janus Schedule Control allows you to specify which member of the data source will be used as Text, Owner, StartTime and EndTime properties of an appointment. In addition to this, the control exposes a Fields Collection that permits you to map all the members in the data source to an Appointment in the Schedule. Besides working with a data source, the Schedule Control has several methods that permit you to work with the appointments collection in a totally unbound fashion. LoadAppointments and SaveAppointments methods allow you to persist and restore the appointments of the schedule control. The Janus Schedule control for .NET also offers many of the advanced features present in the Janus GridEX Control for .NET like FormatStyles (supporting Gradients, Blend colors and Transparency), FormatConditions, FilterConditions and the ability to save and restore Layouts. |
||||||||||
|
||||||||||
|
The Schedule Control for .NET library also includes a SchedulePrintDocument component to print the data presented by the control. With the SchedulePrintDocument component you can define page headers and footers for your documents. The SchedulePrintDocument component can be used with the PrintPreviewDialog or PrintPreviewControl to provide your apps with a customizable Preview Window. |
||||||||||