Tooltips
There are two ways to assign tooltips to RadToggleButton, namely setting the ToolTipText property of the RadToggleButtonElement, or as in most of the RadControls by using the ToolTipTextNeeded event of RadToggleButton. It is necessary the ShowItemToolTips property to be set to true which is the default value.
Setting the ToolTipText property
Setting tool tips in the ToolTipTextNeeded event
The ToolTipTextNeeded event has higher priority and overrides the tool tips set in the ToolTipText property.