Hi,
You can set the Foreground for the editor of strings : the PropertyGridEditorTextBox :
You can set the Foreground for the editor of strings : the PropertyGridEditorTextBox :
<xctk:PropertyGrid x:Name="_propertyGrid">
<xctk:PropertyGrid.Resources>
<Style TargetType="{x:Type xctk:PropertyGridEditorTextBox}">
<Setter Property="Foreground" Value="White"/>
</Style>
</xctk:PropertyGrid.Resources>
</xctk:PropertyGrid>