Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
595
xampropertygrid Description area display an image
posted

Hello,

I would like to know how to display image in Description area programatically in the place of string.

  • 17475
    Offline posted

    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.