Hi Juan Pablo,
Currently, we have an issue with the ToolTipText property serialization. This issue will be addressed in one of our next versions.
Regarding your approach, if you manually insert a code line for this property in the designer and make even a small change in the user control, this line will be automatically removed.
Therefore, I would suggest setting the ToolTipText property in the user control's constructor:
public UserControl1()
|
{
|
InitializeComponent();
|
|
this.radButton1.ButtonElement.ToolTipText = "Open Model";
|
} |
I hope this helps. If you have additional questions, feel free to contact me.
Regards,
Nikolay
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.