This section provides information and downloads for the latest updates, as well as for updates released within the past few years.
Products:
Timeframe:
Xceed Extended WPF Toolkit Plus
2.0.13251.15270
May 6, 2013
38.05 MB
|
|
- This package contains Xceed Extended WPF Toolkit Plus only. The package contains assemblies built for both .NET 4.5/4 and .NET 3.5.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
|
|
Xceed Extended WPF Toolkit Plus New version (2.0)
|
- Several new features, including the addition of WPF chart and WPF docking windows controls.
- PropertyGrid:
- NewItemTypesAttributes class added.
- ReceiveWeakEvent method removed, as it was never intended to be public.
- When using multiple selected objects, the validation red border will now be displayed on invalid input.
- List source for properties added.
- DefinitionKeyAttribute class added.
- CustomPropertyItem class added.
- PropertyItem.DefinitionKey property added. This property allows you to override the editor definition to be used by a property.
- PropertyContainerStyle property added.
- PreparePropertyItem/ClearPropertyItem events added.
- CreateFilter() method added. Allows you to override the filtering behavior.
- Value editors display improved. Like VS2010, they will now display a border when focused or moused over.
- Setting PropertyDefinitions or EditorDefinitions properties no longer causes a leak.
- Like in VS2010, now all editors display their values aligned to the left by default.
- SelectedProperty property added. Get/set the selected property in the PropertyGrid.
- PropertyGrid.Background color adjusted to reflect VS2010 color.
- PropertyGrid.Padding now working properly.
- PropertyItem.Background now working properly.
- PropertyItem.VerticalContentAlignment now working properly.
- Setting PropertyItem.Height value no longer breaks the row lines positions.
- PropertyItem no longer handles the PreviewMouseDown event, allowing the underlying editors to handle it.
- Selected property will now be updated when the focused PropertyItem change.
- An EditorAttribute that refer to a editor containing no public constructor will no longer throw an exception. It will be ignored.
- Previous/next properties can now be selected with the Up/Down arrows.
- The SplitButton now has a standard look and behavior that integrates well with the other buttons.
- RichTextBox: No longer shows glitches when text is set. Setting the text will no longer prevent update to the Document property. Changing the TextFormatter when Text is not empty will no longer throw exceptions or display garbage content. Text property will now be updated when changing the TextFormatter.
- NumericUpDown: Initializing Value and DefaultValue to the same value will now display the appropriate value instead of an empty string.
- CalculatorUpDown: Maximum and Minimum values will now be respected when the value is entered using the calculator.
- ChildWindow: Memory leak fixed.
- DropDownButton: On popup, when the first element is not focusable, the first focusable element will be focused.
- DateTimePicker.AutoCloseCalendar property added. When true, the DatePicker calendar popup will close once the user clicks a new date.
- Added the following events to CollectionControl: ItemDeleting, ItemDeleted, ItemAdding, and ItemAdded.
- CollectionControl.IsReadOnly property added.
- CollectionControlDialog.IsReadOnly property added.
- Wizard.Next and Wizard.Previous events added.
- WizardPage.Enter and WizardPage.Leave events added.
- A RichTextBoxFormatBar not attached to a RichTextBox will no longer throw an exception.
- MultiLineTextEditor.IsReadOnly property added.
- NumericUpDown, DateTimeUpDown: BorderBrush and Padding properties now working properly.
- PrimitiveTypeCollectionControl.IsReadOnly property added.
- NumericUpDown: ClipValueToMinMax property added. When true, input values beyond accepted rage will be adjusted according the Minimum or Maximum.
- Mouse wheel now works with the ButtonSpinner class.
- CheckComboBox: Clearing a bound collection no longer throws a FatalExecutionEgineError exception.
- DateTimeUpDown.SelectAll method added.
- UpDownBase: Setting the focus on the control before applying the template will now focus the inner textbox properly.
- RichTextBox: TextFormatter property is now a dependency property.
- MessageBox: When using a WindowContainer, you can now display the MessageBox in a partial trust XBAP application.
- SingleUpDown is now working when no maximum/minimum values are set.
- The sample application has been reviewed. New look and faster compilation time.
- DateTimePicker: On the calendar popup, when the focus is on the TimePicker, Enter/Esc will now close the popup appropriately.
- DataGrid: Copyright watermark removed.
- TimePicker: Setting the TabIndex now works properly.
- TimePicker/DateTimePicker/DateTimeUpDown: Shift-Tab navigation now works properly. Keyboard input greatly improved. Navigation through the different date segments now works with the arrow keys.
- PropertyGrid: Update() method fixed. It will now update the display from the SelectedObject values.
- Xceed.Wpf.DataGrid.CancelRoutedEventArgs has been removed and replaced by Xceed.Wpf.Toolkit.CancelRoutedEventArgs version.
- DateTimePicker: DateTimePicker.Focus() method now works correctly.
- TimePicker: Setting Focusable to false works properly.
- DateTimeUpDown: Setting Focusable to false now works properly.
- DateTimePicker: Setting Focusable to false now works properly.
- NumericUpDown: Setting Focusable to false now works properly.
- Xceed.Wpf.DataGrid.Licenser no longer exist. Use Xceed.Wpf.Toolkit.Licenser to set your toolkit license.
- MessageBox.WindowThickness property added to control the thickness of the window chrome.
- Workaround for a WPF (.NET 4) bug when accessing Fonts.SystemFontFamilies added.
- UpDownBase.Value: OneWay bindings will now work with this property, as long as the user does not input text.
- UpDownBase.MouseWheelActiveOnFocus behavior is now obsolete. Use MouseWheelActiveTrigger instead.
- UpdownBase.MouseWheelActiveTrigger property added. This property allows you to specify when a mouse wheel action affect the value.
- ColorPicker: SelectedColor and AvailableColors with an alpha lower than 255 will now display a background pattern to clearly identify the alpha effect.
|
Xceed Ultimate Suite
13.3.13252.10170
May 6, 2013
300.12 MB
Package information
, 

|
- This package contains all of Xceed's .NET 4 /4.5 (incl. WPF), Silverlight 4 / 5, Windows Phone, and ActiveX products. Versions for .NET 3.5 and earlier, as well as Silverlight 3 products, can be found elsewhere in the Update Center.
NOTE: In order for the documentation of the .NET products to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The .NET 4 / WPF products in this package can now be integrated into the Visual Studio 2012 Toolbox. These products also contain documentation updated to be compatible with Visual Studio 2012.
|
|
Xceed Extended WPF Toolkit Plus New version (2.0)
|
- Several new features, including the addition of WPF chart and WPF docking windows controls.
- PropertyGrid:
- NewItemTypesAttributes class added.
- ReceiveWeakEvent method removed, as it was never intended to be public.
- When using multiple selected objects, the validation red border will now be displayed on invalid input.
- List source for properties added.
- DefinitionKeyAttribute class added.
- CustomPropertyItem class added.
- PropertyItem.DefinitionKey property added. This property allows you to override the editor definition to be used by a property.
- PropertyContainerStyle property added.
- PreparePropertyItem/ClearPropertyItem events added.
- CreateFilter() method added. Allows you to override the filtering behavior.
- Value editors display improved. Like VS2010, they will now display a border when focused or moused over.
- Setting PropertyDefinitions or EditorDefinitions properties no longer causes a leak.
- Like in VS2010, now all editors display their values aligned to the left by default.
- SelectedProperty property added. Get/set the selected property in the PropertyGrid.
- PropertyGrid.Background color adjusted to reflect VS2010 color.
- PropertyGrid.Padding now working properly.
- PropertyItem.Background now working properly.
- PropertyItem.VerticalContentAlignment now working properly.
- Setting PropertyItem.Height value no longer breaks the row lines positions.
- PropertyItem no longer handles the PreviewMouseDown event, allowing the underlying editors to handle it.
- Selected property will now be updated when the focused PropertyItem change.
- An EditorAttribute that refer to a editor containing no public constructor will no longer throw an exception. It will be ignored.
- Previous/next properties can now be selected with the Up/Down arrows.
- The SplitButton now has a standard look and behavior that integrates well with the other buttons.
- RichTextBox: No longer shows glitches when text is set. Setting the text will no longer prevent update to the Document property. Changing the TextFormatter when Text is not empty will no longer throw exceptions or display garbage content. Text property will now be updated when changing the TextFormatter.
- NumericUpDown: Initializing Value and DefaultValue to the same value will now display the appropriate value instead of an empty string.
- CalculatorUpDown: Maximum and Minimum values will now be respected when the value is entered using the calculator.
- ChildWindow: Memory leak fixed.
- DropDownButton: On popup, when the first element is not focusable, the first focusable element will be focused.
- DateTimePicker.AutoCloseCalendar property added. When true, the DatePicker calendar popup will close once the user clicks a new date.
- Added the following events to CollectionControl: ItemDeleting, ItemDeleted, ItemAdding, and ItemAdded.
- CollectionControl.IsReadOnly property added.
- CollectionControlDialog.IsReadOnly property added.
- Wizard.Next and Wizard.Previous events added.
- WizardPage.Enter and WizardPage.Leave events added.
- A RichTextBoxFormatBar not attached to a RichTextBox will no longer throw an exception.
- MultiLineTextEditor.IsReadOnly property added.
- NumericUpDown, DateTimeUpDown: BorderBrush and Padding properties now working properly.
- PrimitiveTypeCollectionControl.IsReadOnly property added.
- NumericUpDown: ClipValueToMinMax property added. When true, input values beyond accepted rage will be adjusted according the Minimum or Maximum.
- Mouse wheel now works with the ButtonSpinner class.
- CheckComboBox: Clearing a bound collection no longer throws a FatalExecutionEgineError exception.
- DateTimeUpDown.SelectAll method added.
- UpDownBase: Setting the focus on the control before applying the template will now focus the inner textbox properly.
- RichTextBox: TextFormatter property is now a dependency property.
- MessageBox: When using a WindowContainer, you can now display the MessageBox in a partial trust XBAP application.
- SingleUpDown is now working when no maximum/minimum values are set.
- The sample application has been reviewed. New look and faster compilation time.
- DateTimePicker: On the calendar popup, when the focus is on the TimePicker, Enter/Esc will now close the popup appropriately.
- DataGrid: Copyright watermark removed.
- TimePicker: Setting the TabIndex now works properly.
- TimePicker/DateTimePicker/DateTimeUpDown: Shift-Tab navigation now works properly. Keyboard input greatly improved. Navigation through the different date segments now works with the arrow keys.
- PropertyGrid: Update() method fixed. It will now update the display from the SelectedObject values.
- Xceed.Wpf.DataGrid.CancelRoutedEventArgs has been removed and replaced by Xceed.Wpf.Toolkit.CancelRoutedEventArgs version.
- DateTimePicker: DateTimePicker.Focus() method now works correctly.
- TimePicker: Setting Focusable to false works properly.
- DateTimeUpDown: Setting Focusable to false now works properly.
- DateTimePicker: Setting Focusable to false now works properly.
- NumericUpDown: Setting Focusable to false now works properly.
- Xceed.Wpf.DataGrid.Licenser no longer exist. Use Xceed.Wpf.Toolkit.Licenser to set your toolkit license.
- MessageBox.WindowThickness property added to control the thickness of the window chrome.
- Workaround for a WPF (.NET 4) bug when accessing Fonts.SystemFontFamilies added.
- UpDownBase.Value: OneWay bindings will now work with this property, as long as the user does not input text.
- UpDownBase.MouseWheelActiveOnFocus behavior is now obsolete. Use MouseWheelActiveTrigger instead.
- UpdownBase.MouseWheelActiveTrigger property added. This property allows you to specify when a mouse wheel action affect the value.
- ColorPicker: SelectedColor and AvailableColors with an alpha lower than 255 will now display a background pattern to clearly identify the alpha effect.
|
Xceed DataGrid for WPF
4.5.13165.13180
March 25, 2013
40.34 MB
Package information
, 
|
- This package contains Xceed DataGrid for WPF, Xceed 3D Views for WPF, and Xceed Editors for WPF only. These versions are built with .NET 4 for Visual Studio 2010 for .NET 4.5/4. Versions compatible with .NET 3.5 are available in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
|
Xceed DataGrid for WPF New version (4.5)
|
- Merged column headers capability added.
- The configuration window of the datagrid no longer hangs the designer in VS2012.
- An ArgumentOutOfRangeException is no longer thrown while scrolling the datagrid after sorting a column of a second-level detail grid.
- A DataGridInternalException is no longer thrown while scrolling in a datagrid containing collapsed groups at detail levels.
- Interacting with the datagrid when a Row is located inside a GroupHeaderControl no longer freezes it.
- An exception is no longer thrown when trying to update the current column while Columns are--or the data source is--being reset.
- Focus can now be kept within a complex editor while editing a cell and using the Tab key to navigate within the given editor (a ListBox for example).
- Setting the attached property TableView.CanScrollHorizontally on a template used in the datagrid now properly works even if the control instantiated from the template is added to the VisualTree at a later time than the initial loading.
- Data rows no longer overlap other rows in a master/detail datagrid.
- Fixed a problem that provoked an infinite loop in very specific scenarions while generating a page in TableView and TableflowView.
|
Xceed DataGrid for WPF
3.9.13165.10070
March 25, 2013
38.93 MB
Package information

|
- This package contains Xceed DataGrid for WPF, Xceed 3D Views for WPF, and Xceed Editors for WPF only. These versions are only compatible with .NET 3.5. Versions compiled with .NET 4 are also available in the Update Center.
|
|
Xceed DataGrid for WPF Changes to version 3.9
|
- Merged column headers capability added.
- An ArgumentOutOfRangeException is no longer thrown while scrolling the datagrid after sorting a column of a second-level detail grid.
- A DataGridInternalException is no longer thrown while scrolling in a datagrid containing collapsed groups at detail levels.
- Interacting with the datagrid when a Row is located inside a GroupHeaderControl no longer freezes it.
- An exception is no longer thrown when trying to update the current column while Columns are--or the data source is--being reset.
- Focus can now be kept within a complex editor while editing a cell and using the Tab key to navigate within the given editor (a ListBox for example).
- Setting the attached property TableView.CanScrollHorizontally on a template used in the datagrid now properly works even if the control instantiated from the template is added to the VisualTree at a later time than the initial loading.
- Data rows no longer overlap other rows in a master/detail datagrid.
- Fixed a problem that provoked an infinite loop in very specific scenarions while generating a page in TableView and TableflowView.
|
Xceed Blendables for WPF
2.0.13163.10580
March 25, 2013
13.64 MB
Package information

|
- This package contains Xceed Blendables for WPF only. This version is built with .NET 4 for Visual Studio 2010. A version compatible with .NET 3.5 is available in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
This release contains documentation updated to be compatible with Visual Studio 2012. The product is also compatible with the VS2012 Toolbox.
|
|
Xceed Blendables for WPF Changes to version 2.0
|
- AnimationPanels now invalidate their content when a property that impacts the layout is being changed.
- The ParticleCanvas.Emitters collection is no longer empty when there are active emitters.
- Particles no longer stay in the VisualTree when they die.
- ParticleCanvas has been revised: 1) ParticleState.Joined enum value removed (was never used); 2) Particle.JoinAngle enum value removed (not completed and related to Joined); 3) ParticleState.Removed assigned when a particle is removed from the ParticleCanvas (Floating -> Burst -> Removed); 4) a random value between 0 and ParticleDiameterVariance is now added to the size of the particles being emitted.
|
Xceed Blendables for WPF
1.5.13163.10580
March 25, 2013
15.19 MB
Package information

|
- This package contains Xceed Blendables for WPF only. This version is only compatible with .NET 3.5. A version compiled with .NET 4 is also available in the Update Center.
Recompiled due to recompilation of the .NET 4 version.
|
|
Xceed Blendables for WPF Changes to version 1.5
|
- AnimationPanels now invalidate their content when a property that impacts the layout is being changed.
- The ParticleCanvas.Emitters collection is no longer empty when there are active emitters.
- Particles no longer stay in the VisualTree when they die.
- ParticleCanvas has been revised: 1) ParticleState.Joined enum value removed (was never used); 2) Particle.JoinAngle enum value removed (not completed and related to Joined); 3) ParticleState.Removed assigned when a particle is removed from the ParticleCanvas (Floating -> Burst -> Removed); 4) a random value between 0 and ParticleDiameterVariance is now added to the size of the particles being emitted.
|
Xceed Ultimate ListBox for WPF
2.0.13170.12460
March 25, 2013
13.07 MB
Package information
, 
|
- This package contains Xceed Ultimate ListBox for WPF only. This product is built for .NET 4.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
Xceed Professional Themes for WPF
2.0.13163.15030
March 25, 2013
8.23 MB
Package information

|
- This package contains only Xceed's WPF themes (Glass, Media, Office 2007, Live Explorer, and Windows 7). These versions are built with .NET 4 for Visual Studio 2010. Versions compatible with .NET 3.5 are also available in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
This release contains documentation updated to be compatible with Visual Studio 2012.
|
|
Xceed Professional Themes for WPF Changes to version 2.0
|
- Fixes a possible crash when using the Media Player theme alongside other declared themes.
|
Xceed .NET Libraries
5.3.13163.12170
March 25, 2013
23.70 MB
Package information
,
|
- This package contains Xceed's .NET 4 / 4.5 (Visual Studio 2010 / 2012) data manipulation products only. Silverlight, Windows Phone, and .NET Framework products are available elsewhere in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The products in this package contain documentation updated to be compatible with Visual Studio 2012.
|
|
Xceed SFTP for .NET Changes to version 5.3
|
- Fixed a bug where dates/times were not converted to coordinated universal time when sent and received from the SFtp server.
- Fixed a bug where dates/times for files were not properly converted to and from UTC as the SFTP specification requires.
- Changed the strategy to determine whether a file exists on V3 servers for better interoperability with CompleteFTP.
- SFtpFile and SFtpFolder now implement the IBatchUpdateable interface for dates and attributes. The effect is that when uploading files, properties are set on the remote file in one operation instead of 3 or 4 operations. This also fixes an issue with CompleteFTP where dates were not always set.
- SFtpFile.OpenWrite() no longer asks for the 'append' permission as some servers do not support it well.
- Added SFtpFile.DoCreateWrite() implementation that creates the SFTP file and opens it for writing in one remote operation.
|
Xceed DataGrid for Silverlight
2.0.13170.12460
March 25, 2013
18.38 MB
Package information

|
- This package contains Xceed DataGrid for Silverlight only. This product is built for Silverlight 4.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
Xceed DataGrid for Silverlight Changes to version 2.0 |
- When using "CellIsCurrent" for Column.CellEditorDisplayCondition or Column.EditTriggers, the element being edited will have focus and be ready for input.
|
Xceed Ultimate ListBox for Silverlight
2.0.13170.12460
March 25, 2013
11.94 MB
Package information

|
- This package contains Xceed Ultimate ListBox for Silverlight only. This product is built for Silverlight 4.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
Xceed Components
4.3.13165.15150
March 25, 2013
62.17 MB
Package information


 |
- This package contains all of Xceed's .NET components (UI and data manipulation) compiled strictly for .NET and ASP.NET 2.0 to 3.5; it contains no WPF or Silverlight products. Versions compiled with .NET 4 for Visual Studio 2010 are also available in the Update Center.
|
|
Xceed SFTP for .NET Changes to version 4.5
|
- Fixed a bug where dates/times were not converted to coordinated universal time when sent and received from the SFtp server.
- Fixed a bug where dates/times for files were not properly converted to and from UTC as the SFTP specification requires.
- Changed the strategy to determine whether a file exists on V3 servers for better interoperability with CompleteFTP.
- SFtpFile and SFtpFolder now implement the IBatchUpdateable interface for dates and attributes. The effect is that when uploading files, properties are set on the remote file in one operation instead of 3 or 4 operations. This also fixes an issue with CompleteFTP where dates were not always set.
- SFtpFile.OpenWrite() no longer asks for the 'append' permission as some servers do not support it well.
- Added SFtpFile.DoCreateWrite() implementation that creates the SFTP file and opens it for writing in one remote operation.
|
|
Xceed Grid for .NET Changes to version 3.8
|
- WinNumericTextBox now properly validates the value against its MinValue and MaxValue property for some datatypes.
|
Xceed Real-Time Zip for Silverlight
5.3.13163.12170
March 25, 2013
5.07 MB
Xceed Real-Time Zip for Silverlight
4.5.13165.15150
March 25, 2013
3.66 MB
Package information
 |
- This package contains Xceed Real-Time Zip for Silverlight only. This product is built for Silverlight 3. Its samples are built with Visual Studio 2008.
Recompiled due to dependencies.
|
|
|
Xceed Upload for Silverlight
3.1.13163.12170
March 25, 2013
3.89 MB
Package information
 |
- This package contains Xceed Upload for Silverlight only. This product is built for Silverlight 4. Its samples are built with Visual Studio 2010.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product contains documentation updated to be compatible with Visual Studio 2012.
|
|
|
Xceed Upload for Silverlight
2.2.13165.15150
March 25, 2013
3.34 MB
Package information
 |
- This package contains Xceed Upload for Silverlight only. This product is built for Silverlight 3. Its samples are compiled with Visual Studio 2008.
Recompiled due to dependencies.
|
|
|
Xceed Chart for .NET
4.3.13163.14450
March 25, 2013
19.03 MB
Package information
|
- This release contains Xceed Chart for .NET and Xceed Chart for ASP.NET only. These versions are compiled with .NET 4 for Visual Studio 2010. A version for .NET Framework 2.0 to 3.5 is also available in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
|
Xceed Chart for .NET Changes to version 4.3
|
- Using Visual Studio 2010 designer to open a form containing a ChartControl no longer gives a resx exception making the designer fail to load when Visual Studio 2012 is also installed on the computer.
|
Xceed Grid for .NET
3.9.13165.12030
March 25, 2013
29.35 MB
Package information
|
- This release contains Xceed Grid for .NET, Xceed Editors for .NET, and Xceed Input Validator for .NET only. These versions are compiled with .NET 4 for Visual Studio 2010. Versions for .NET Framework 2.0 to 3.5 are also available in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
|
Xceed Grid for .NET Changes to version 3.9
|
- WinNumericTextBox now properly validates the value against its MinValue and MaxValue property for some datatypes.
|
Xceed SmartUI for .NET
3.6.13165.15230
March 25, 2013
10.45 MB
Package information
|
- This release contains Xceed SmartUI for .NET only. This version is compiled with .NET 4 for Visual Studio 2010. A version for .NET Framework 2.0 to 3.5 is also available in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
Xceed Docking Windows for .NET
2.2.13168.14140
March 25, 2013
6.83 MB
Package information
|
- This release contains Xceed Docking Windows for .NET only. This version is compiled with .NET 4 for Visual Studio 2010. A version for .NET Framework 2.0 to 3.5 is also available in the Update Center.
NOTE: In order for the documentation to be correctly installed into Visual Studio 2010, you must follow the instructions in the Installing Documentation in Visual Studio 2010 sticky post in Xceed's forums.
The product can now be integrated into the Visual Studio 2012 Toolbox. It also contains documentation updated to be compatible with Visual Studio 2012.
|
|
Xceed Docking Windows for .NET Changes to version 2.2
|
- SaveLayout now saves the tab order of docked windows correctly.
|
Xceed ActiveX Components
6.5.13057.19000
January 14, 2013
17.62 MB
Package information
|
- This package contains only Xceed's ActiveX components. Xceed's WPF, Silverlight, and .NET / .NET CF (.NET 4 and 2.0 to 3.5) components are available elsewhere in the Update Center.
|
|
Xceed Zip Compression Library Changes to version 6.5
|
- Fixed a bug where the component crashed with access violations when a corrupt zip file containing empty file names was read.
- Fixed a bug where xcdTextEncoding.xteUnicode wasn't correctly applied to QueryMemoryFile items and created a corrupt Zip archive. Added missing xcdTextEncoding enumeration to XceedZipAPI.h.
|
Xceed Professional Themes for WPF
1.1.12126.18250
February 28, 2012
7.65 MB
Package information
 |
- This package contains only Xceed's WPF themes (Glass, Media, Office 2007, Live Explorer, and Windows 7). This product is built for .NET 3.5.
This release contains an updated license agreement and changes in the documentation.
|
|