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
2334
Add tooltip to EditorButton
posted

 

I would like to add a tooltip to an EditorButton that I added to the UltraDateTimeEditor in the ButtonsRight collection.

 

editor.ButtonsRight.Add(new EditorButton("btnRelative"));

 

How can get a tooltip for just that editor button and not the entire date time editor?

 

Thanks!