Hi,
You can try with a PropertyGridEditorTextBox :
You can try with a PropertyGridEditorTextBox :
<xctk:PropertyGrid.EditorDefinitions>
<xctk:EditorTemplateDefinition TargetProperties="UConstruction">
<xctk:EditorTemplateDefinition.EditingTemplate>
<DataTemplate>
<xctk:PropertyGridEditorTextBox Text="{Binding Value}"
IsEnabled="{Binding Instance.IsUYConstruction}" />
</DataTemplate>
</xctk:EditorTemplateDefinition.EditingTemplate>
</xctk:EditorTemplateDefinition>
</xctk:PropertyGrid.EditorDefinitions>