DXperience WinForms

by Developer Express - Product Type: Component / .NET WinForms / .NET Class / 100% Managed Code

All the WinForms component suites and libraries produced by DevExpress in one package. DXperience WinForms includes the following products: XtraGrid Suite, XtraBars Suite, XtraPivotGrid Suite, XtraScheduler Suite, XtraReports Suite, XtraTreeList Suite, XtraVerticalGrid Suite, XtraCharts Suite, XtraLayoutControl Suite, XtraNavBar, XtraEditors Library, XtraPrinting Library, XtraSpellChecker.

Price in

Our regular prices are shown below. Please logon to see your discounted prices.

DXperience WinForms v2009 vol 3 (V9.3.3) - Does not include source code

Add to Cart $ 711.99 1 Developer License - Includes one year subscription, does not include source code
Mfr. Part No: 139
Download (291.8 MB)
Add to Cart $ 699.99 2-5 Developer License - Includes one year subscription, does not include source code - price per license Download (291.8 MB)
Add to Cart $ 671.99 6-10 Developer License - Includes one year subscription, does not include source code - price per license Download (291.8 MB)
Add to Cart $ 631.99 11-15 Developer License - Includes one year subscription, does not include source code - price per license Download (291.8 MB)
Add to Cart $ 595.99 16-20 Developer License - Includes one year subscription, does not include source code - price per license Download (291.8 MB)
Add to Cart $ 559.99 21+ Developer License - Includes one year subscription, does not include source code - price per license Download (291.8 MB)
Add to Cart $ 266.99 Subscription Renewal for one year, does not include 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.

Screenshot of DXperience WinForms - for Visual Studio .NET - v2009 vol 3What's New in DXperience v2009 vol 3?

XtraCharts Suite

  • Swift Plot (Quick Line Chart) - This new lightweight view type has been introduced to quickly render charts with a significant number of arguments. It can also be used to create real-time charts with large data changes. These chart types support key features, including trendlines, regression lines, Fibonacci Indicators, secondary axes and multiple panes.
  • New Models for 3D Bars Representation - You can now choose a model for 3D Bar series representation: Box (default), Cylinder, Cone or Pyramid.

XtraReports Suite

  • Enhanced Report Designer - Updated themes to make auxiliary elements more subtle. This includes the grid, band headers, resizing grips, selection and focus rectangles. The Toolbox now shows only icons by default, thus providing more space for the design surface. Both left and right margins can now be customized in the editor (only the right margin was previously available). Microsoft Visual Studio style snap lines are now available for easier control alignment.
  • New Script Editor - Prior to v2009 vol 3, all XtraReports scripts were available via individual properties and were edited in individual popup windows. It was hard to review the entire script code in the editor, hard to navigate between method and maintain common functionality. To overcome these script management issues, this new version introduces a new improved script editor that provides centralized access to all event handlers for your report. To access the new editor, simply click the Scripts tab at the bottom.

XtraPivotGrid Suite

  • Disable Sorting in OLAP Mode - By default, Pivot Grid controls automatically sort field values (row and column headers) in either ascending or descending order. This can be replicated functionality when working with OLAP cubes since they can define their own value order. To handle these instances, our Pivot Grid controls allow you to disable header value sorting thus keeping the value sequence defined by the data source.
  • Improved Memory Utilization - Previously, our Pivot Grid controls loaded the entire underlying dataset into the memory, regardless of which data needed to be displayed on screen. With this release, only the visible field data is being loaded which dramatically decreases memory consumption, especially for data sources with a large number of data fields (properties).
  • WinForms Control - Improved Cell Multi-selection - Prior to v2009 vol 3, you could only use this mechanism to add cells to the current selection. This feature now works both ways, allowing you to deselect arbitrary cell blocks.

XtraEditors Library

  • Automatic Editor Type Switching - With this release, all DevExpress WinForms Editor controls used on a form can be converted to another editor using the dropdown available through the control's smart tag. This procedure automatically preserves the control's size and location so as not to break form layout and copies all common settings and event handlers - freeing you from any manual modifications.

What's New in DXperience v2009 vol 2?

XtraCharts Suite

  • Manual and Automatic Scale Breaks - Scale breaks help make a chart more readable if there is a significant variance between individual values. Without these breaks, the smaller values could be difficult to visualize and differentiate.  Scale breaks can be customized for the best visual appearance. You can set the width, color, and border line style, and also use either straight, ragged or wavy lines. End-users can manage and customize both automatic and manual scale breaks using the Chart Wizard dialog.
  • New Chart Types - 2D and 3D Funnel Charts - added a new chart type called the Funnel chart which is used to chart progressively decreasing or increasing proportions through stages. Funnel charts are typically used to illustrate processes like a sales process, where you want to see how many prospects are converted into customers.
  • Scatter Line View - The new Scatter Line chart type allows you to connect series points based on their order in a points collection, unlike the Line chart type. Points aren't sorted by their argument values as it's done by the Line View. With a scatter line chart, you can easily generate a chart where lines can intersect the same argument point multiple times.
  • Automatic Date-Time Scales - Two new date-time scale operation modes have been added in this release. They both have the ability to automatically determine the time interval that is most suitable for the chart's width. For example, if a chart cannot reliably show monthly data because it doesn't fit horizontally, then it will show the values by years instead. When you resize the chart so that there's now enough space, the monthly data will automatically be shown.
  • New Analytics Feature - Regression Lines - Regression Lines automatically display a trend line for the current series. The chart control calculates the linear dependency between the arguments and their values and displays a straight line approximating this trend.
  • Miscellaneous Enhancements - Word wrapping support now available in chart titles. Custom draw events are now provided for axis label items. Hit-testing can now determine axis label items and axis titles.

XtraReports Suite

  • Straightforward HTML Content Assignment for the Rich Edit Control - The XRRichText control now supports an HtmlText property. This allows you to easily provide HTML content to the editor.
  • XtraReports Menu in Visual Studio - XtraReports now remembers your window visibility preferences. If a window is closed then you can make it visible again by using the newly implemented XtraReports menu item. Previously, the XtraReports designer loaded all the service windows when a report was opened. For instance, it didn't matter if you closed the Field List window during your previous session, on opening a report it would be visible again.
  • Page Numbering within Groups and Details - The XtraReports Suite now allows you to indicate a page's position within its parent data group or detail using the XRPageInfo control. You can display the total number of pages occupied by the current data group or detail and the current page within the page range.
  • ASP.NET Search Dialog Improvements - completely re-designed the Search dialog. It is now fully built using the ASP.NET Controls and placed on the ASP.NET Popup Control. Though the functionality remains the same, the new dialog is visually consistent with the other DevExpress ASP.NET Controls you use in your web applications.
  • Two-Dimensional Barcode Support (PDF 417) - the Barcode control has been extended with support for the PDF 417 format, a 2D Barcode. This symbology can be used to generate postage accepted by the United States Postal Service, and is the standard for RealID compliant driver licenses and state issued identification cards.
  • Miscellaneous Enhancements - Images used within DevExpress ASP.NET reports are now loaded with the help of the newly implemented DevExpress HTTP Handler. This greatly reduces server-side workload because XtraReports no longer needs to construct the entire ASP.NET page on the server when an image is requested. ASP.NET Report Toolbar localization is now fully supported.

XtraScheduler Suite

  • New Report Control for Formatted Time Interval Display - implemented a new control showing the time interval displayed within the bound scheduler element. In addition to automatic font scaling (based on size), it can automatically determine the appropriate date-time formatting based on the bound element type. You can also customize formatting for both dates displayed within the control. There's a wide range of predefined formats and the ability to specify any custom format string.
  • Customizable Borders for Printed Scheduler Elements - In previous versions, when printing the XtraScheduler via the XtraReports Suite, double borders appeared when placing different printed elements side-by-side. This effect has now been eliminated. You can control border visibility for every report control provided by the schedulers.
  • Customization of Printed Elements via Events and Services - Similar to the WinForms Scheduler control, printed scheduler elements also expose events allowing you to modify appointments when they are about to be rendered. These events allow basic customization functions like showing an additional image within an appointment or customizing its text. For advanced customization, you can create a scheduler customization "service" - a class implementing a specific XtraScheduler interface. All printed elements also have custom painting events allowing you to override default element painting. See the following image for an example of element customization using these events.
  • Better Design-Time Usability of Scheduler Reports - With this release, DevExpress have improved the design-time behavior of various report elements - including the addition of automatic control binding when dropped on a report and the revision of the smart tag content with several new functions.

XtraGrid Suite

  • More Data Shaping Options for End-Users - When data is grouped against a date-time field, end-users can now use the group column's context menu to change the group interval. They can choose between yearly, monthly, daily or Outlook style grouping. The same menu now allows you to invoke a dialog specifying group summaries for a column.
  • Miscellaneous Enhancements - A new option allows cell values to be copied to the clipboard without the corresponding column header captions. DevExpress have significantly overhauled the LayoutView painting. DevExpress have changed how the main toolbar and cards are painted and added some custom draw events. XtraGrid now supports merged cell printing.

XtraEditors Library

  • Rich Text Editors in Grid Cells - Previously the XtraRichEdit engine could be used only to display rich text content within data-aware control cells. In addition to read-only mode, you can now use the same repository item to edit HTML, RTF, Plain Text, MHT and DOCX data stored in your data fields.
  • Animated Icons in Tab Page Headers and Labels - You can now assign animated GIF images to page headers and labels and their animations will be displayed correctly.
  • Incremental Searching in ListBox Controls - Your end-users can now search for information more effectively within the ListBox Controls.
  • Customizable Menu Contents in Filter Controls - You can now customize the content of all menus used within Filter Controls. This allows you to remove unnecessary columns or operations from built-in menus. In addition to menu customization, you can also handle newly implemented events to customize data editors on the fly.

XtraPivotGrid Suite

Excel 2007 Style Customization Window - The XtraPivotGrid's customization window now has a new operation mode that mimics the appearance and behavior of Microsoft Excel 2007 Pivot Tables.

New Capabilities of Filter Dropdowns - This release extends the Pivot Grid's filter dropdowns with the following new features:

  • Incremental search support.
  • Context menu allowing end-users to inverse the currently applied filter.
  • An optional combo box specifying whether to show or hide selected items.
  • The ability to select multiple items by pressing the SHIFT or CTRL key when clicking or navigating. After items have been selected, their check state can be reversed by pressing SPACE.

Suppressing Empty Columns When Displaying Trends - When displaying trends (summary variations), the first column or row in each group is always empty because there are no preceding values to calculate the difference. You can now suppress these empty cells by toggling a single option.

Common Changes Across Multiple WinForms Components

Seven New Skinning Options for Windows Forms Controls – DevExpress have introduced seven new professional Skins/Themes in DXperience v2009 vol 2.

Expression Editor Now Available in Grids - In previous versions, the only way to specify unbound column values was to handle an event and write the appropriate code. The same applied if you needed conditional formatting driven from complex criteria. With this new release, DevExpress WinForms controls now allow you to address both these requirements using an intuitive design-time editor. An updated version of the DevExpress Expression Editor (the first version was introduced in XtraReports v2008 vol 2) is now available to the main WinForms Grid controls. You can use it to specify formulas for unbound column values or to set up conditional formatting. The DevExpress controls that support this new feature are the XtraGrid and XtraPivotGrid. For unbound columns, you can also enable the end-user customization of expressions. Simply enable an appropriate option and the column's header menu will include a link to the Expression Editor.

New Functions - Not only have DevExpress shared the Expression Editor between the main WinForms Grid controls, DevExpress have also extended the supported function set with about 50 new functions. These include the following:

  • Math: Abs, Cos, Sin, Atn, Exp, Log, Rnd, Tan, Power, Sign, Round, Ceiling, Floor, Acos, Asin, Atn2, BigMul, Cosh, Log10, Sinh, Tanh.
  • String: PadLeft, PadRight, IsNullOrEmpty, Ascii Char, ToStr, Replace, Reverse, Insert, CharIndex, Remove.
  • DateTime: GetDate, GetMilliSecond, GetSecond, GetMinute, GetHour, GetDay, GetMonth, GetYear, GetDayOfWeek, GetDayOfYear, GetTimeOfDay, Now, UtcNow, Today, AddTimeSpan, AddTicks, AddMilliSeconds, AddSeconds, AddMinutes, AddMinutes, AddHours, AddDays, AddMonths, AddYears.

Export to XLSX is Now Available - The XtraPrinting Library - the data printing and export library for Windows Forms - has been extended with XLSX support. You can now export your grids, tree-lists, vertical grids, pivot tables and banded reports to the latest version of Excel's file format. Because the new format supports more spreadsheet columns and rows (16,384 columns and 1,048,576 rows compared to 256 columns and 65,536 rows in XLS), you can now export bigger datasets.


Components designed for Windows Forms

XtraReports Suite
A reporting tool that features an extremely easy-to-use report designer - the XtraReports Suite is fully integrated into MS Visual Studio IDE so you customize reports like you customize your Windows Forms. You simply build an XtraReport class descendant either within the designer or via code.

Other features include: large set of export formats including XLS, HTML and PDF; the ability to integrate reports into ASP.NET applications; several wizards simplifying the report construction process; numerous built-in native controls including rich text box, bar code, zip code and charts; the ability to print 3-rd party Windows Forms controls; master-detail and sub-report support; fully functional end-user designer; multi-column reports, and much more.

XtraCharts Suite

A 2D/3D charting solution for both Windows Forms and the Web. Regardless of platform or chart type, you are free to customize each aspect of data representation – from axes and diagram backgrounds to legend and titles. The XtraCharts Suite offers multiple built-in coloring schemes for all charts types and natural lighting with full smoothing support for 3D charts. You simply provide data and automatically get a perfect visualization.

XtraGrid Suite
A grid control with four data layout options from a simple table to banded multi-line row layout and card views. XtraGrid offers true master-detail support with unlimited nesting levels that doesn’t affect any other features, intuitive on-form customization without the need for any designer dialogs, rich end-user experience, printing and exporting to a number of formats, and so much more.

XtraBars Suite
The suite offers you the complete range of navigation and window layout management tools. Using XtraBars, you can build Ribbons, traditional toolbar-menu systems, dock windows, tabbed MDI interfaces and context menus. You have the choice of over ten item types to be used in Ribbons, bars and menus – from push and check buttons and integrated editors from the XtraEditors Library to automatically constructed MDI children lists and toolbar lists.

XtraScheduler Suite
XtraScheduler Suite enables you to incorporate the UI found in Microsoft Office Calendar to your applications with just a couple of mouse clicks. Everything you need is available out-of-the-box. You get multiple data views - from a single day to multiple weeks; you get built-in recurrence and reminders, and, most importantly, you get the complete set of build-in end-user menus and dialogs.

XtraPivotGrid Suite
The XtraPivotGrid Suite is a data analysis, data mining and visual reporting solution for Windows Forms applications. It was engineered to provide a bridge between on-screen forms and printed reports. With it, your users can break down raw data in any manner they require using easy-to-understand Windows commands and instantly render the desired output to a printer. By incorporating the XtraPivotGrid in your application, you can deliver an almost endless array of reports - both on-screen and in printed form - without hassles or aggravation.

XtraLayoutControl

The XtraLayoutControl represents an new way in which to design and manage your Windows GUI - with it, you can construct forms with full runtime customization and offer end-users complete control over the layout and appearance of your applications with ease.

XtraTreeList Suite
A hybrid tree-view and grid control that has both bound and unbound data access options. The optimal choice for building newsreader-like applications and any other hierarchical data viewers like folder or registry browsers.

XtraVerticalGrid Suite
A 90 degrees rotated grid where records are arranged one after another from right to left. The control gives you the choice of 3 data layouts – single record (similar to the Properties window of the MS Visual Studio), bands layout (one record is displayed in a number of columns) and multi-records layout (just like the inverted grid control). The vertical grid supports tree-like data representation structure, breaking the columns into collapsible categories, complex cell layouts, automatic row drag and drop and much more.

XtraNavBar
A navigation control allowing you to build side-bars, explorer bars and Office navigation panes – over 20 views are available which also includes XP painted and custom-skinned views. You set up the control structure once and don’t have to redo a single thing to change the paint style and layout. Within its groups, the control can display either links arranged using one of the four built-in layouts or any Windows Forms controls. Other main features include: on-form design-time customization without the need for designer dialogs, automatic link drag and drop support, full appearance customization including even owner-drawn hints for groups and links.

XtraEditors Library
The library is comprised of over 20 editors that can be used both as standalone or be embedded into cells of the XtraGrid, XtraTreeList, XtraVerticalGrid controls and bars and menus produced with the XtraBars Library. Additionally, the XtraEditors Library offers numerous controls like labels, buttons, list boxes, splitters and so on so you can create visually consistent applications. Included style controller and editors repository components eliminate the need to create the same styles or editors more than once.

XtraPrinting Library
The data rendering and visualization system allowing you to construct any printed pages from scratch or print Windows Forms controls like the XtraGrid, XtraTreeList, XtraPivotGrid, XtraCharts, DataGrid, ListView, TreeView. This library is also integrated into the XtraReports Suite to provide printing facilities.

XtraSpellChecker

The XtraSpellChecker provides you a straightforward way in which to add Microsoft Office style spell checking capabilities into your next Windows application and offers you built in suggestion forms that replicate corresponding forms found in Microsoft Word and Outlook.


Product Search

Enter search words:

Award Award