Skip to main content
A newer version of this page is available. .

.NET Core 3 Support

You can apply a custom theme created for the .NET Framework to .NET Core projects.

Create a New Theme

Follow these steps to create a custom theme for .NET Core applications with the Theme Designer:

  1. Install DevExpress WPF Controls for the .NET Framework.
  2. Build and publish your custom theme that targets the .NET Framework in the Theme Designer.
  3. Reference the resulting assembly in .NET Core 3 projects.

Theme projects contain XAML resources and no C# or VB code, and there are no conflicts between the .NET Framework and .NET Core.

See Also