{"id":3129,"date":"2025-09-10T15:51:36","date_gmt":"2025-09-10T15:51:36","guid":{"rendered":"https:\/\/xceed.com\/?p=3129"},"modified":"2026-08-26T14:59:46","modified_gmt":"2026-08-26T18:59:46","slug":"xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling","status":"publish","type":"post","link":"https:\/\/xceed.com\/fr\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/","title":{"rendered":"Xceed Toolkit Plus pour WPF 5.1"},"content":{"rendered":"<h1 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Release Week Deep Dive on Conflict\u2011Free DataGrid Mixing and Easier UI Styling<\/mark><\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">Why this update matters<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Conflict-free composition: Mix Toolkit and Xceed DataGrid in the same solution without brittle workarounds.<\/li>\n\n\n\n<li>Faster theming with less XAML: AppearanceProperties and new converters give you clean, centralized control over radius, spacing, and typography.<\/li>\n\n\n\n<li>Predictable editing UX: RichTextBoxFormatBar can stay visible and be precisely positioned.<\/li>\n\n\n\n<li>Friendlier filtering: New dependency properties improve discoverability and control.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What\u2019s new in Xceed Toolkit Plus for WPF 5.1<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Conflict\u2011free mixing of Toolkit and Xceed DataGrid<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What changed: Xceed.Wpf.DataGrid.dll is now Xceed.Wpf.DataGrid.Toolkit.dll.<\/li>\n\n\n\n<li>What it solves: You can run Toolkit and full DataGrid side-by-side without assembly conflicts\u2014ideal for modular apps and gradual migrations.<\/li>\n\n\n\n<li>Migration checklist:\n<ul class=\"wp-block-list\">\n<li>Update package\/reference to Xceed.Wpf.DataGrid.Toolkit.dll<\/li>\n\n\n\n<li>Adjust assembly-qualified XAML namespaces if you used them<\/li>\n\n\n\n<li>Verify binding redirects and any build-copy steps<\/li>\n\n\n\n<li>Rebuild and smoke-test views using both Toolkit and DataGrid<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Easier, consistent styling with AppearanceProperties<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The challenge: Many controls didn\u2019t expose radius, margin, foreground, or font weight\u2014forcing template edits.<\/li>\n\n\n\n<li>The solution: AppearanceProperties centralizes these for a consistent theme:\n<ul class=\"wp-block-list\">\n<li>Rayon<\/li>\n\n\n\n<li>Marge<\/li>\n\n\n\n<li>Premier plan<\/li>\n\n\n\n<li>PoidsDeLaPolice<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Benefits<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Less template surgery and duplicated styles<\/li>\n\n\n\n<li>Consistent radius scale (e.g., 2\/4\/6\/8) across inputs, lists, and panels<\/li>\n\n\n\n<li>Cleaner resource dictionaries and faster theme updates<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Converters for rounded, modern UI<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CornerRadiusToUnderlineMarginConverter: Aligns underline margins so they don\u2019t collide with rounded edges.<\/li>\n\n\n\n<li>CornerRadiusReplacementConverter: Normalizes child radii to match parent containers.<\/li>\n\n\n\n<li>Where this shines:\n<ul class=\"wp-block-list\">\n<li>TextBox underlines inside rounded cards<\/li>\n\n\n\n<li>Popups and menus within rounded containers<\/li>\n\n\n\n<li>List\/Tree items that should inherit parent curvature<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">RichTextBoxFormatBar that stays put<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always-visible option: Keep the format bar present for power users.<\/li>\n\n\n\n<li>Precise placement: Use Position and the FormatBarPosition enum to anchor it where it belongs (top, bottom, dedicated region).<\/li>\n\n\n\n<li>Outcome: Predictable editing flows, fewer \u201cwhere did the toolbar go?\u201d moments.<\/li>\n<\/ul>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Smoother filtering with SelectAllSelector<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>New dependency properties:\n<ul class=\"wp-block-list\">\n<li>FilterText: bindable filter value<\/li>\n\n\n\n<li>IsFilterActive: toggle filtering at runtime (great for simple\/advanced modes)<\/li>\n\n\n\n<li>FilterWatermark: hint text for discoverability<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Result: Clean MVVM bindings, easier A\/B tests for filter UX, happier users.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Developer tips<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Centralize theme tokens (radius, font weights, colors) in a ResourceDictionary and bind via AppearanceProperties.<\/li>\n\n\n\n<li>Register the new converters in App.xaml or a shared theme dictionary to reuse across views.<\/li>\n\n\n\n<li>For the RichTextBoxFormatBar, reserve space or host it in a dedicated toolbar region when using AlwaysVisible.<\/li>\n\n\n\n<li>Debounce FilterText changes in the ViewModel for very large collections to keep typing responsive.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Who benefits most<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WPF teams mixing Xceed Toolkit Plus for WPF and Xceed DataGrid in one solution<\/li>\n\n\n\n<li>Apps standardizing on rounded, modern UI without rewriting templates<\/li>\n\n\n\n<li>Products with rich text editing and discoverable filtering experiences<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Commencez votre <strong>free 45\u2011day trial<\/strong> to test conflict\u2011free Toolkit + DataGrid in your app:&nbsp;<a href=\"https:\/\/xceed.com\/fr\/proces\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/xceed.com\/trial\/<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Need help with migration or styling patterns? Our engineers are here to help:&nbsp;<a href=\"https:\/\/xceed.com\/fr\/support\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/xceed.com\/support\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">What\u2019s the key change in Xceed Toolkit Plus for WPF 5.1? <\/mark><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The DataGrid assembly was renamed to Xceed.Wpf.DataGrid.Toolkit.dll, enabling conflict\u2011free mixing of Toolkit and the full DataGrid in the same application. This reduces version friction in modular solutions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Will this break my XAML?<\/mark><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"> If you reference assembly-qualified XAML namespaces, update them to match the new assembly. Standard CLR namespace mappings typically keep working once references are updated.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">How do AppearanceProperties reduce XAML boilerplate? <\/mark><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AppearanceProperties exposes radius, margin, foreground, and font weight for controls that didn\u2019t previously surface them. You avoid template forks and keep styles centralized and consistent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Where should I use the new converters? <\/mark><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use CornerRadiusToUnderlineMarginConverter to align underlines with rounded edges, and CornerRadiusReplacementConverter to standardize radii in nested elements\u2014cards, popups, lists, and menus.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">How do I keep the RichTextBoxFormatBar from overlapping content? <\/mark><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Anchor it via Position\/FormatBarPosition and place it in a dedicated toolbar region or reserved layout space for predictable UX.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">What\u2019s the best way to implement filtering on large lists? <\/mark><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bind FilterText and IsFilterActive, show a helpful FilterWatermark, and add a short debounce in your ViewModel to maintain snappy input on big collections.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Nous mettons en lumi\u00e8re une mise \u00e0 jour cl\u00e9 dans Xceed Toolkit Plus pour WPF 5.1 qui \u00e9limine les frictions de version pour les \u00e9quipes et nettoie votre XAML : un renommage strat\u00e9gique de l'assembly DataGrid qui permet de m\u00e9langer en toute transparence le Toolkit et le DataGrid complet, ainsi que de nouvelles primitives de style qui facilitent la cr\u00e9ation d'interfaces modernes et arrondies. Si vous maintenez une application WPF multi-modules, cette version vous aide \u00e0 mettre \u00e0 niveau en toute confiance, \u00e0 r\u00e9duire les hacks de templates et \u00e0 livrer une interface utilisateur plus coh\u00e9rente.<\/p>","protected":false},"author":12,"featured_media":3130,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":"[]"},"categories":[50],"tags":[310,313,240,312,311,315,306,307,273,308,314,309],"products":[796],"class_list":["post-3129","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-releases","tag-mix-toolkit-and-datagrid","tag-wpf-assembly-rename","tag-wpf-datagrid","tag-wpf-datagrid-conflict","tag-wpf-multiple-datagrid-versions","tag-wpf-namespace-conflicts","tag-xceed-datagrid-wpf","tag-xceed-toolkit-plus-5-1","tag-xceed-toolkit-plus-for-wpf","tag-xceed-wpf-toolkit-plus","tag-xceed-wpf-datagrid-dll-rename","tag-xceed-wpf-datagrid-toolkit-dll","products-toolkit-plus-for-wpf"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Xceed Toolkit Plus for WPF 5.1 - Xceed Software<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xceed.com\/fr\/blog\/liberations\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Xceed Toolkit Plus for WPF 5.1 - Xceed Software\" \/>\n<meta property=\"og:description\" content=\"We\u2019re spotlighting a key update in Xceed Toolkit Plus for WPF 5.1 that removes version friction for teams and cleans up your XAML: a strategic DataGrid assembly rename that enables conflict\u2011free mixing of Toolkit and the full DataGrid, plus new styling primitives that make modern, rounded interfaces faster to build. If you maintain a multi-module WPF app, this release helps you upgrade confidently, reduce template hacks, and ship a more consistent UI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xceed.com\/fr\/blog\/liberations\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/\" \/>\n<meta property=\"og:site_name\" content=\"Xceed Software\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-10T15:51:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-26T18:59:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"896\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christopher Radford\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Radford\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/\"},\"author\":{\"name\":\"Christopher Radford\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\"},\"headline\":\"Xceed Toolkit Plus for WPF 5.1\",\"datePublished\":\"2025-09-10T15:51:36+00:00\",\"dateModified\":\"2026-08-26T18:59:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/\"},\"wordCount\":678,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"keywords\":[\"mix Toolkit and DataGrid\",\"WPF assembly rename\",\"WPF DataGrid\",\"WPF DataGrid conflict\",\"WPF multiple DataGrid versions\",\"WPF namespace conflicts\",\"Xceed DataGrid WPF\",\"Xceed Toolkit Plus 5.1\",\"Xceed Toolkit Plus for WPF\",\"Xceed WPF Toolkit Plus\",\"Xceed.Wpf.DataGrid.dll rename\",\"Xceed.Wpf.DataGrid.Toolkit.dll\"],\"articleSection\":[\"Releases\"],\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/\",\"name\":\"Xceed Toolkit Plus for WPF 5.1 - Xceed Software\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"datePublished\":\"2025-09-10T15:51:36+00:00\",\"dateModified\":\"2026-08-26T18:59:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"width\":1280,\"height\":896},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/releases\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/xceed.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Xceed Toolkit Plus for WPF 5.1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"name\":\"Xceed Software\",\"description\":\"Provides tools for .NET, Windows Forms, WPF, Silverlight, and ASP.NET developers to create better applications.\",\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xceed.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\",\"name\":\"Xceed Software\",\"alternateName\":\"Xceed Software\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Untitled-design-24.png\",\"width\":512,\"height\":512,\"caption\":\"Xceed Software\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\",\"name\":\"Christopher Radford\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"caption\":\"Christopher Radford\"},\"sameAs\":[\"http:\\\/\\\/www.localhost:10003\"],\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/blog\\\/author\\\/radfordc\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Xceed Toolkit Plus for WPF 5.1 - Xceed Software","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xceed.com\/fr\/blog\/liberations\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/","og_locale":"fr_CA","og_type":"article","og_title":"Xceed Toolkit Plus for WPF 5.1 - Xceed Software","og_description":"We\u2019re spotlighting a key update in Xceed Toolkit Plus for WPF 5.1 that removes version friction for teams and cleans up your XAML: a strategic DataGrid assembly rename that enables conflict\u2011free mixing of Toolkit and the full DataGrid, plus new styling primitives that make modern, rounded interfaces faster to build. If you maintain a multi-module WPF app, this release helps you upgrade confidently, reduce template hacks, and ship a more consistent UI.","og_url":"https:\/\/xceed.com\/fr\/blog\/liberations\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/","og_site_name":"Xceed Software","article_published_time":"2025-09-10T15:51:36+00:00","article_modified_time":"2026-08-26T18:59:46+00:00","og_image":[{"width":1280,"height":896,"url":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","type":"image\/png"}],"author":"Christopher Radford","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christopher Radford","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#article","isPartOf":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/"},"author":{"name":"Christopher Radford","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351"},"headline":"Xceed Toolkit Plus for WPF 5.1","datePublished":"2025-09-10T15:51:36+00:00","dateModified":"2026-08-26T18:59:46+00:00","mainEntityOfPage":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/"},"wordCount":678,"commentCount":0,"publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"image":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","keywords":["mix Toolkit and DataGrid","WPF assembly rename","WPF DataGrid","WPF DataGrid conflict","WPF multiple DataGrid versions","WPF namespace conflicts","Xceed DataGrid WPF","Xceed Toolkit Plus 5.1","Xceed Toolkit Plus for WPF","Xceed WPF Toolkit Plus","Xceed.Wpf.DataGrid.dll rename","Xceed.Wpf.DataGrid.Toolkit.dll"],"articleSection":["Releases"],"inLanguage":"fr-CA","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/","url":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/","name":"Xceed Toolkit Plus for WPF 5.1 - Xceed Software","isPartOf":{"@id":"https:\/\/xceed.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#primaryimage"},"image":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","datePublished":"2025-09-10T15:51:36+00:00","dateModified":"2026-08-26T18:59:46+00:00","breadcrumb":{"@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#primaryimage","url":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","width":1280,"height":896},{"@type":"BreadcrumbList","@id":"https:\/\/xceed.com\/blog\/releases\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict-free-datagrid-mixing-and-easier-ui-styling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xceed.com\/"},{"@type":"ListItem","position":2,"name":"Xceed Toolkit Plus for WPF 5.1"}]},{"@type":"WebSite","@id":"https:\/\/xceed.com\/fr\/#website","url":"https:\/\/xceed.com\/fr\/","name":"Xceed Software","description":"Fournit des outils aux d\u00e9veloppeurs .NET, Windows Forms, WPF, Silverlight et ASP.NET pour cr\u00e9er de meilleures applications.","publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xceed.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/xceed.com\/fr\/#organization","name":"Xceed Software","alternateName":"Xceed Software","url":"https:\/\/xceed.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2026\/07\/Untitled-design-24.png","width":512,"height":512,"caption":"Xceed Software"},"image":{"@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351","name":"Christopher Radford","image":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","caption":"Christopher Radford"},"sameAs":["http:\/\/www.localhost:10003"],"url":"https:\/\/xceed.com\/fr\/blog\/author\/radfordc\/"}]}},"_links":{"self":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts\/3129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/comments?post=3129"}],"version-history":[{"count":1,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts\/3129\/revisions"}],"predecessor-version":[{"id":4236,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/posts\/3129\/revisions\/4236"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/media\/3130"}],"wp:attachment":[{"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/media?parent=3129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/categories?post=3129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/tags?post=3129"},{"taxonomy":"products","embeddable":true,"href":"https:\/\/xceed.com\/fr\/wp-json\/wp\/v2\/products?post=3129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}