Based on discussion https://wpftoolkit.codeplex.com/discussions/538806.
User wants to tab from editors to editors, not tabing on NamePart.
Comments: ** Comment from web user: BoucherS **
User wants to tab from editors to editors, not tabing on NamePart.
Comments: ** Comment from web user: BoucherS **
This will be fixed in v2.3.
In the meantime, you can add the following property to jump from 1 editor to the next one, skipping the readOnly ones.
In file
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml (in Windows8)
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Generic.xaml (in Windows7)
In the style targeting "{x:Type pg:PropertyItemBase}"
Add
```
<Setter Property="IsTabStop" Value="False" />
```