Released: Sep 8, 2025
V25.3 での更新項目
機能
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.
不具合の修正
Xceed Toolkit Plus for WPF 5.1
- Retired the old MaskedTextBox from the obsolete namespace - the modern replacement is already in Xceed.Wpf.Toolkit.