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
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.