This is a migrated thread and some comments may be shown as answers.

Is any way to change the descriptionpanel as a tooltip

2 Answers 74 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
rui
Top achievements
Rank 1
rui asked on 02 Jan 2017, 05:56 AM

Is any way to change the descriptionpanel as a tooltip ?

i wish  when hover at the property header the tooltip show the discription of the property

2 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Ivanov
Telerik team
answered on 02 Jan 2017, 09:13 AM
Hi,

You can subscribe to FieldLoaded and modify the Field.Label's tooltip like this:
e.Field.Label.ToolTip = (e.Field.DataContext as PropertyDefinition).Description;


Regards,
Ivan Ivanov
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
rui
Top achievements
Rank 1
answered on 02 Jan 2017, 09:19 AM

OK  

Thank you very much

Tags
PropertyGrid
Asked by
rui
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
rui
Top achievements
Rank 1
Share this question
or