I am using NuGet's Extended WPF Toolkit Community Edition v2.6 in my project, but I don’t know if there is anything else to do to allow me to create themes or customize the control template.
Upon requesting Designer / Blend to create a copy of the existing default template for the PropertyGrid, the user interface is violated. The template looks right, but no longer works at design time or at run time.

After selecting, copy the default template to the new style:

? / PropertyGrid.
XAML :
<Style TargetType="{x:Type xctk:DropDownButton}">
<Setter Property="Background" Value="Black"/>
<Setter Property="Foreground" Value="White"/>
</Style>
<Style TargetType="{x:Type xctk:CustomPropertyItem}">
<Setter Property="Background" Value="Black"/>
<Setter Property="Foreground" Value="White"/>
</Style>
<Style TargetType="{x:Type xctk:PropertyGridEditorCollectionControl}">
<Setter Property="Background" Value="Black"/>
<Setter Property="Foreground" Value="White"/>
</Style>
, , " ". VS Designer Blend.

:

generic.xaml Xceed Toolkit, .
:
<ResourceDictionary Source="/Xceed.Wpf.Toolkit;component/themes/generic.xaml" />
<ResourceDictionary Source="pack://application:,,,/Xceed.Wpf.Toolkit;component/Themes/generic.xaml">
, PropertyContainerStyle:
