Custom property

Hello. When I define a custom property, its description does not appear in the description panel of the propertygrid control.


Is there a way to achieve this?


Sample code:

var p = new Syncfusion.Windows.PropertyGrid.PropertyGridItem();

pgrid.Items.Add(new Syncfusion.Windows.PropertyGrid.PropertyGridItem()

{

PropertyName = "url",

Description = "url"

});

The description "url" does not appear in the propertygrid (DescriptionPanelVisibility="Visible" and AutoGenerateItems="False").

Thanks in advance.



1 Reply

SN Sudharsan Narayanan Syncfusion Team July 9, 2021 09:42 AM UTC

Hi Jose,

Thanks for contacting Syncfusion Support,

We have checked the reported query in “description does not appear in the description panel
” and we can’t reproduce the issue from our end. Please check the Sample for the reference from the below location.

Sample: https://www.syncfusion.com/downloads/support/forum/167063/ze/DescriptionIssue-1795593163

Documentation: https://help.syncfusion.com/wpf/propertygrid/custom-property-definition


Please ensure our sample and let us know our achievement is same as yours requirement, if not please share the issue reproducing project file with the version details and the video for the same. It will be helpful for us to proceed further and provide a prompt solution on this.

Regards,
 
Sudharsan N

Loader.
Up arrow icon