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

    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>