Xceed Ultimate Suite V25.3

Released: Sep 8, 2025

Updates in V25.3

Funktionen

Xceed Words for .NET 5.1

  • Combo Charts can now live inside your documents, giving you more ways to represent data with clarity.
  • Added two new methods, AddWatermark and RemoveWatermark, which let you stamp or strip a watermark on demand. And if you need more control, the new PictureWatermark and TextWatermark classes help you decide exactly what kind of watermark belongs in your document.
  • Splitting large documents is easier too. The new Split method in the DocX class allows you to break a single file into multiple smaller ones, while the SplitCriteria enum gives you the choice: split by headings or split by sections.
  • Paragraph.DefaultLineRuleAuto now resets automatically whenever a document is created or opened.
  • PDF conversion: “Exactly” line spacing is now faithfully reproduced, even when the paragraph contains only an EndOfLine.

Xceed SFTP .NET 7.3

  • Strengthens connectivity by adding support for modern cryptographic algorithms. Key exchange is now even more secure and broadly compatible thanks to the inclusion of curve25519-sha256 and curve448-sha512. These algorithms are widely adopted by modern SSH servers, and they’ll be negotiated automatically during connection without requiring any changes in your code.
  • Introduced support for the ssh-ed25519 and ssh-ed448 public key algorithms. These provide fast, secure authentication and ensure seamless interoperability with servers that no longer accept older standards. As with the key exchange updates, everything happens behind the scenes, with no extra steps needed on your part. The only caveat is that PuTTY private key files using these new algorithms aren’t supported yet, but for direct server connections they’re ready to go.

Xceed Toolkit Plus for WPF 5.1

  • Xceed.Wpf.DataGrid.dll has been renamed to Xceed.Wpf.DataGrid.Toolkit.dll. This makes it possible to mix Toolkit and full DataGrid controls without conflicts. It’s a one-time adjustment that pays off in flexibility.
  • New customization tools make your apps look better with less effort. The AppearanceProperties class lets you easily set radius, margin, foreground, and font weight for controls that didn’t previously expose those options. New converter classes have been added -CornerRadiusToUnderlineMarginConverter and CornerRadiusReplacementConverter - helping adapt visuals seamlessly to their parent elements.
  • RichTextBoxFormatBar - You can now keep it always visible, and even decide exactly where it sits on screen thanks to the new Position property and FormatBarPosition enum.
  • Filtering is now smoother with improvements to SelectAllSelector. You can now filter collections with FilterText, toggle filtering on or off with IsFilterActive, and add a FilterWatermark for users. All of these are backed by new dependency properties, giving you even more control.

Xceed DataGrid for WPF 7.3

  • The DataGrid continues to refine its performance and stability.
  • Smoothed out range selection with PostgreSQL queries.

Fehlerkorrekturen

Xceed Toolkit Plus for WPF 5.1

  • Retired the old MaskedTextBox from the obsolete namespace - the modern replacement is already in Xceed.Wpf.Toolkit. 

Xceed DataGrid for WPF 7.3

  • The DataGrid continues to refine its performance and stability.
  • Resolved issues with PostgreSQL queries.
  • TableflowView scrolling with sticky headers and footers now works as expected.