Hello,
I would like to know how to display image in Description area programatically in the place of string.
Hello Ramesh,The Description area could be modified by changing the default PropertyGridDescriptionAreaControl style which is defined in the generic.shared.xaml file. This file is located under the C:\Program Files (x86)\Infragistics\2016.2\WPF\DefaultStyles\PropertyGrid. You can add the style to your resources and modify the default ControlTemplate to show images instead of string values based on the selected property.Please feel free to let me know if you have any questions.