Tooltip on disabled button

Hi radzen team,
is ist somehow possible to show a tooltip on mouse enter event on a button which is disabled?
I want to show a tip to the users why this button is disabled.

Greets
Thomas

Disabled components will not raise mouse events however you can define title:

<RadzenButton Text="Button" Disabled="true" title="Button is disabled" />