Xceed DataGrid for WPF v7.2 Documentation
generic.xaml
Welcome to Xceed DataGrid, Editors, and 3D Views for WPF v7.2 > Xceed DataGrid for WPF > DataGrid Fundamentals > Views and Themes > Themes > Multi-surface Themes > Custom Multi-surface Themes > ElementalPinkTheme Class > Resources > generic.xaml

The following XAML represents the generic.xaml theme-level resource dictionary for the Elemental Pink theme, which must be placed in a themes folder at the root of the project that contains the theme.

XAML
Copy Code
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <ResourceDictionary.MergedDictionaries>
     <ResourceDictionary Source="..\Resources\CardflowView3D.Elemental.Pink.xaml"/>
  </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>