Hi,
There is an explicit style defined for the Expander of the Category. You will have to modify this Expander's background in the xaml file of the PropertyGrid. You can find this file here :
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml.cs (for windows8)
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Generic.xaml (for windows7)
Simply Add something like :
There is an explicit style defined for the Expander of the Category. You will have to modify this Expander's background in the xaml file of the PropertyGrid. You can find this file here :
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml.cs (for windows8)
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Generic.xaml (for windows7)
Simply Add something like :
Background="Red"
to this expander : <Expander Header="{Binding Name}"
Style="{StaticResource ExpanderStyle}">
and recompile the Toolkit.