I want to change the ButtonToolbarItem Tooltip to an other value then the Text-Property value.
Style ButtonToolbarItemView
<Setter Property="ToolTipProperties.Text" Value="..." />
and
xaml
ToolTipProperties.Text="..."
both have no effect. Tooltip keeps showing the Text value