by Developer Express - Product Type: Component / .NET WinForms / 100% Managed Code
Feature-complete scheduling/calendar library for Visual Studio .NET. XtraScheduler Suite includes: days view and time rulers, week view, multi-week view, multiple resources display, date navigator and more. The Day view offers the most detailed picture of events over a single day or a few days. It displays events within vertical timelines where an event’s top-most edge corresponds to its start time and its bottom-most edge is the finish time. The Multi-Week view is the least detailed view and is designed to allow your end users to browse and analyze long-term plans. This view positions days one after another horizontally so that they construct weeks while individual weeks are placed one under another. The XtraScheduler Suite also includes a DateNavigator control that provides intuitive access to specific time frames. It doesn't matter whether you need to select a particular day, a range of days, a week or multiple weeks - selection can be accomplished via a single mouse operation.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 189.99 | 1 Developer License - Includes one year subscription | Download (291.8 MB) | |
| Add to Cart | $ 284.99 | 1 Developer License - with full Source Code - Includes one year subscription | Download (291.8 MB) |
| Add to Cart | $ 78.39 | Subscription Renewal for one year | Verify | Download (291.8 MB) |
| Add to Cart | $ 117.59 | Subscription Renewal for one year - with Source code | Verify | Download (291.8 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
What’s new in XtraScheduler v2009 vol 2?
What’s new in XtraScheduler v2009 vol 1?
Advanced Printing and Exporting for Scheduled Appointments - The Scheduling team has come up with an excellent addition to XtraScheduler that will allow you to produce professional diaries and PIM-style reports from your appointments. This new functionality is ONLY available if you own both the XtraScheduler and XtraReports Suites (it uses functionality from each product library). The team’s primary goal was to maintain as much flexibility as possible. This wasn't to be a "print screen" type solution, but a solution that should be designed. Hence the need for XtraReports: the new XtraScheduler Suite in v2009 vol 1 has a new control that descends from the XtraReport class called XtraSchedulerReport. This has the normal banded report designer that you're used to from XtraReports, and there are a set of new report controls that you can drop onto the designer surface to build up a scheduler report. The report gets its data through a print adapter. The main purpose of this adapter object is to compose a data set that will be used in the report. Provide two print adapters: a storage and control adapter. Since the print adapters provide a set of validation events, you can easily filter the scheduler data to suit the report. The next layer is the report view. This is much like the view that exists in the XtraScheduler control, so there are ReportDayView, ReportWeekView, ReportMonthView, ReportTimelineView components. Finally, as stated above, the report itself is a container for report bands, and each band has a set of controls placed inside them.
There are two distinct sets of controls. The first, and most important set consists of controls that represent time cells with appointments. They are: DayViewTimeCells, HorizontalWeek, FullWeek, and TimelineCells. The second set of controls, the auxiliary controls if you like, include:
They are similar to the XtraReport controls you know now (in that they're only there to drop on the report designer surface, you can't use them elsewhere), although they have their own peculiarities. This way, you can easily create a nearly endless array of scheduling reports. Note that since this functionality uses the XtraReports engine, the End-User Designer is also available so that end-users or application administrators can freely modify scheduling reports without you having to re-build your projects.
Appointment Accessibility Improvements - All-day area cannot occupy more than 50% of the Scheduler's working area, so not all appointments may be visible if they do not fit. You can now enable a vertical scrollbar within this area so that all appointments can be accessed by your end-user. You can also vertically scroll a TimeLine view area when appointments do not fit within the current view.
What’s new in XtraScheduler v2008 vol 3?
Appointment Splitting - With this release, the XtraScheduler introduces a new tool allowing end-users to split an appointment in two by simply dragging a splitter line. This feature is extremely useful if you need to break a recurring appointment into two separate series. All you have to do is select the Split command from the appointment's context menu, drag the splitter to the required time and click the left mouse button. When dragging the splitter, the scheduler shows a tooltip that indicates the split time along with the splitter targeting precision. The precision is set automatically based on the appointment's duration and varies from one hour to one minute. End-users can adjust this value using the mouse wheel.
What’s new in XtraScheduler v2008 vol 2?
What’s new in XtraScheduler v2008 vol 1?
Mapping Wizards - Newly introduced wizards are designed to solve field mapping issues. When a new data source is assigned to the scheduler at design time, the Wizard is invoked and helps establish associations between data fields and properties of scheduler's persistent objects - appointments and resources. Suitable mappings are suggested automatically, and the user can amend them at design time as needed. Further, the Wizard validates the mappings when they are set, to ensure that all required mappings are present, and that the mappings contain no duplicates or missing entries.
Filter Control Integration -A tightly packed schedule is difficult to view and hard to understand. Users will now benefit from the integration with our FilterControl, which enables them to easily filter out certain appointments. Frequently used filter settings can be saved and restored when needed.
Better Time Zone Support - You can now specify which time zone to use for appointments. If you do so, you can also enable appointment storage in UTC format, so that your schedule can be easily presented according to the client time zone. So if you schedule a tennis match in Australia's local time, you can run the scheduling app from California and see when the match begins in your local time zone right away - without having to customize anything.
What's New in XtraScheduler Suite v2007 vol. 3?
Introduced a new assembly within the XtraScheduler Suite. This assembly enhances scheduler's built-in dialogs using advanced Developer Express components - toolbars, menus, Ribbons, layout control and spell checker. Thus, if you own the XtraBars Suite, XtraLayoutControl and XtraSpellChecker, you can easily enable the following product integration features.
What's New in XtraScheduler Suite v2007 vol. 2?
State Holidays - The XtraScheduler is now capable of displaying state holidays. You can export holiday lists either from Microsoft Outlook® or from a custom XML file with extremely simple syntax. Specified holidays are visually indicated in both the date navigator and calendar. The date navigator displays holiday dates with a different color. In a calendar, holidays don't include a work hour indication (just like weekend days). In addition to visual indication, you can call a special method to create all-day appointments for all holidays. This gives you two benefits: First, end-users can be notified of upcoming holidays. Second, if conflict restriction is enabled, end-users will not be able to create any additional appointments on holidays.
Custom In-place Editors - By default, end-users have two options for appointment editing. They can either invoke Microsoft Outlook style dialog or edit an appointment’s subject using an in-place editor. Of course there are end-users that demand something in between. Subject editing is often not enough and Microsoft Outlook dialogs have too many options. Previously, you could solve this problem by providing a custom appointment editor dialog. With the release of DXperience 2007 vol. 2, a more elegant approach is now available. You can now implement a custom editor form and use this form as an in-place editor for appointments. This means that end-users will see your custom form instead of a simple subject editor. This will take place when they press F2, repeatedly click an appointment or when they start typing within the calendar to create a new appointment. Needless to say, the custom form will be automatically resized to fit the appointment being edited.
Office 2007 Appointment Navigation -You can now enable buttons that allow end-users to navigate to the closest preceding or subsequent appointment relatively to the current view. There are three visibility modes for these buttons. They can be always visible, always hidden, or visible when the current view doesn't have any appointments within it. If multiple resources are visible, navigation buttons are displayed for each individual resource. Note that if buttons cannot fit into the scheduler vertically, they are automatically collapsed. In their collapsed state, they display only arrows; the caption text is hidden. Another new change affects all-day appointments that cannot be completely displayed within the current view. These appointments now display arrows and labels indicating the appointment's actual start and end dates.
Minor New Features
What You Can Build with the XtraScheduler Suite
Event Capabilities
Data Binding Features
Data Export Options
Miscellaneous Features
End-User Capabilities