Xceed.Products.Wpf.DataGrid.Themes 7.3.25458.6675

dotnet add package Xceed.Products.Wpf.DataGrid.Themes --version 7.3.25458.6675
                    
NuGet\Install-Package Xceed.Products.Wpf.DataGrid.Themes -Version 7.3.25458.6675
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xceed.Products.Wpf.DataGrid.Themes" Version="7.3.25458.6675" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xceed.Products.Wpf.DataGrid.Themes" Version="7.3.25458.6675" />
                    
Directory.Packages.props
<PackageReference Include="Xceed.Products.Wpf.DataGrid.Themes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xceed.Products.Wpf.DataGrid.Themes --version 7.3.25458.6675
                    
#r "nuget: Xceed.Products.Wpf.DataGrid.Themes, 7.3.25458.6675"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xceed.Products.Wpf.DataGrid.Themes@7.3.25458.6675
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xceed.Products.Wpf.DataGrid.Themes&version=7.3.25458.6675
                    
Install as a Cake Addin
#tool nuget:?package=Xceed.Products.Wpf.DataGrid.Themes&version=7.3.25458.6675
                    
Install as a Cake Tool

Xceed DataGrid for .NET WPF – Advanced DataGrid for WPF Applications

Xceed DataGrid for .NET WPF is a feature-rich and high-performance data grid control for WPF applications. It provides smooth scrolling, real-time data virtualization, grouping, filtering, editing, and styling options—all optimized for large datasets and enterprise-grade apps.

Xceed.DataGrid.WPF

Click the image above to receive a trial license. It unlocks all features of the component. See the Get Started section below for details.

Brought to you by Xceed Software, a leader in .NET UI controls for over 25 years.


Features

Data Presentation

  • Column sorting, grouping, and filtering
  • Master/detail (hierarchical) views
  • Fixed columns and headers
  • Column chooser and reordering

Performance & Virtualization

  • UI and data virtualization
  • Smooth scrolling for large datasets
  • Deferred scrolling and column virtualization
  • Asynchronous data loading

Editing & Interaction

  • Inline cell editing with templates
  • Data validation support
  • Clipboard operations: copy, paste, delete
  • Keyboard navigation and hotkeys

Theming & Styling

  • Professional themes: Metro, Fluent, Material, Office
  • Light and dark modes
  • Fully styleable with WPF templates

Compatibility

  • Windows Desktop (WPF)
  • .NET Framework 4.0 and later
  • .NET 5 and later

Features

Feature Description
Hierarchical DataGrid Display nested data with expandable master-detail rows
UI Virtualization Smooth performance with thousands or millions of rows
Data Binding MVVM-friendly with support for ObservableCollection and INotifyPropertyChanged
Custom Editors Use templates to create your own cell editors
Excel Exporting Export data directly to XLSX
Column Freezing Pin one or more columns in place while scrolling
Themes & Styling Built-in themes plus full WPF styling/template control
Validation Support Integrated with IDataErrorInfo
Async Data Loading Load on demand or virtualize remote data sources
Advanced Filtering Built-in UI for column filtering (text, number, date, etc.)

Get Started

Xceed DataGrid for .NET WPF gives you the building blocks to display large amounts of data in the form of a grid in your .NET WPF applications.

Install via NuGet:

dotnet add package Xceed.Products.Wpf.DataGrid.Full

Add the license key in your application code:

protected override void OnStartup( StartupEventArgs e )
{
 Xceed.Wpf.DataGrid.Licenser.LicenseKey = "DGPXX-XXXXX-XXXXX-XXXX";
 base.OnStartup( e );      
}

Read the full documentation licensing article here.


Documentation and Resources

Resource Link
Product Page & Pricing Xceed DataGrid for WPF
Documentation Online Documentation
GitHub Repository GitHub Repo
NuGet Package NuGet Package
Blog & News Xceed Blog
Support Xceed Support
License Details Xceed Licensing
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.3.25458.6675 280 9/8/2025
7.3.25103.5756 715 2/3/2025
7.2.24171.1009 1,320 3/21/2024
7.2.24152.254 3,021 3/4/2024
7.2.23519.1416 6,160 10/25/2023
7.2.23203.927 6,835 4/3/2023
7.1.22553.1044 6,505 11/3/2022
7.0.21122.9580 8,034 2/23/2021
7.0.21101.19010 7,537 2/2/2021
7.0.20452.1321 7,756 9/2/2020
7.0.20426.1803 7,402 8/26/2020
7.0.20316.9150 8,586 6/19/2020
7.0.20077.1653 7,904 8/26/2020

See Xceed DataGrid for WPF web site for complete release notes:
https://xceed.com/release-notes/#datagrid-wpf-7.3.25458.6675