New to Telerik UI for WPFStart a free 30-day trial

Use Callout with RadToolTip

Updated on Sep 24, 2025

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.

Example 1: Place RadCallout Inside RadToolTip

C#
	<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>	
Not finding the help you need?
Contact Support