Janus Schedule and Timeline Controls for .NET - .NET - V3.5

par Janus Systems - Type de produit : Composant / .NET WinForms / .NET Class / 100% Managed Code

Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
Capture d'écran - Janus Schedule and Timeline Controls for .NET - .NET - V3.5Add MS Outlook style scheduling and timeline functionality to your .NET applications. Janus Schedule and Timeline Controls for .NET provides a pair of fully featured time-management controls for .NET WinForms. The Janus Schedule Control for .NET is a 100% C#, managed control patterned after Outlook’s Calendar View. The Janus Timeline Control is a novel control patterned after MS Outlook’s Journal, ideal for displaying items in relation to time. Visual Studio 2005 and Visual Studio 2008 compatible.

A partir de
$431.04
 

Meilleur téléchargement

Calculer le prix en

Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.

Janus Schedule and Timeline Controls for .NET V3.5

Ajouter au Caddie $ 431.04 1 Developer License Téléchargement (7.6 Mo)
Ajouter au Caddie $ 1,237.44 4 Developer Team License Téléchargement (7.6 Mo)
Ajouter au Caddie $ 1,909.44 8 Developer Team License Téléchargement (7.6 Mo)
Ajouter au Caddie $ 3,829.44 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) Téléchargement (7.6 Mo)

Janus Schedule and Timeline Controls for .NET V3.5 - Upgrades

Ajouter au Caddie $ 263.62 1 Developer Upgrade License (Upgrade from Janus Schedule and Timeline Controls V2.0 1 Developer License) Vérifier Téléchargement (7.6 Mo)
Ajouter au Caddie $ 675.22 4 Developer Upgrade License (Upgrade from Janus Schedule and Timeline Controls V2.0 4 Developer Team License) Vérifier Téléchargement (7.6 Mo)
Ajouter au Caddie $ 969.22 8 Developer Upgrade License (Upgrade from Janus Schedule and Timeline Controls V2.0 8 Developer Team License) Vérifier Téléchargement (7.6 Mo)
Ajouter au Caddie $ 1,949.22 1 Site Wide Upgrade License (Upgrade from Janus Schedule and Timeline Controls V2.0 1 Site Wide License) Vérifier Téléchargement (7.6 Mo)

Ce produit est disponible dans le cadre du programme de tarification GSANos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat.  Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.

Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.

What's New in Schedule Control V3.x?  

  • Office 2007 Look and Feel added
  • New OwnerDrawnArea property and DrawScheduleArea events were added for custom painting the areas in the control
  • The RecurrencePattern property was added to the ScheduleHourRange class to allow you to specify the background color of the rows in the control based on a recurrence pattern
  • The WorkingHourSchema was added to Calendar control to allow you to set the background and foreground colors of the days in the calendar
  • New RowHeight property was added to allow you to set the height of the rows in the control
  • The AllowDrawInNonWorkingTime property was added to specify whether the appointments can be dragged to a time marked as non-working
  • The FindFreeSlot method returns the immediate time available to book a new appointment

What's New in Timeline Control V3.x?

  • Office 2007 Look and Feel added
  • New OwnerDrawnArea property and DrawTimeLineArea events were added for custom painting the areas in the control
  • The ability to have an extra duration bar for the timeline items was added. You can use the EstimatedStartTime and EstimatedEndTime properties of the TimeLineItem to set its value
  • The RecurrencePattern property was added to the Timeline HourRange class to allow you to specify the background color of the rows in the control based on a recurrence pattern

OVERVIEW

Janus Schedule Control

The control can present appointments or items arranged on a calendar, similar to a day planner in paper form. You can view items in different blocks of time or “Views”, which represent Days, Work Weeks, Weeks and Months. Since all the Views are part of the same Schedule control you can easily switch between them.

An appointment in the Janus Schedule Control can be related to an owner, and the different Views in the control are capable to present the appointments in relation to its owners.

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.

A standalone Janus CalendarCombo Control used to edit date and time values is also included with the Schedule. With this control, the user can select a date from the calendar dropdown, change the date using an up-down control or type it directly in the control and the control will enforce the date format you specified in it. The control exposes a BindableValue property that allows you to bind it to any Date field even if the field were DBNull.

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.

Janus Timeline Control

Items in the Janus Timeline control are arranged in chronological order from left to right on a time scale that can be divided in hours, days, weeks or months.

A bar representing the duration of an item can be shown above its text and the appearance of such bar can be easily customized by using a FormatCondition.

The Janus Timeline 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 Timeline Control allows you to specify which member of the data source will be used as Text, StartTime and EndTime properties of an item. In addition to this, the control exposes a Fields Collection that permits you to map all the members in the data source to a Timeline Item.

In addition to work with a data source the Timeline Control has several methods that permit you to work with the Items collection in a totally unbound fashion. LoadItems and SaveItems methods allow you to persist and restore the items of the Timeline control.

The Janus Timeline 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 Layouts.

Related items can be presented within groups and the group headers can present totals based on items’ related fields. The Totals presented in the headers could also be calculated using only records which meet the criteria specified in a FilterCondition.

As in other Janus Systems Controls for .NET, Windows XP Visual Styles are supported by the control.


Recherche produit

Entrez vos critères de recherche :

Galerie de copies d'écran

Award