Use Callout with RadToolTip
The RadCallout can be easily used as a tooltip. The code snippet in Example 1 shows how we can do this by using RadToolTip control.
Controls / RadCallout / How To
New to Telerik UI for WPF? Download free 30-day trial
The RadCallout can be easily used as a tooltip. The code snippet in Example 1 shows how we can do this by using RadToolTip control.
<telerik:RadButton VerticalAlignment="Center" HorizontalAlignment="Center" Content="RadToolTip" Width="80"
telerik:RadToolTipService.ToolTipContentTemplate="{x:Null}"
telerik:RadToolTipService.Placement="Top"
telerik:RadToolTipService.HorizontalOffset="-20">
<telerik:RadToolTipService.ToolTipContent>
<telerik:RadCallout Content="Callout in a tooltip" Width="120" Margin="0 0 0 10"/>
</telerik:RadToolTipService.ToolTipContent>
</telerik:RadButton>
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.