New to Telerik UI for WPF? Start a free 30-day trial
Grip Visibility
Updated on Sep 15, 2025
By default a small grip visual is shown in the RadToolBar control.

To hide it, set the GripVisibility property to Collapsed.
Example 3: Hiding the grip
XAML
<telerik:RadToolBar GripVisibility="Collapsed">
<telerik:RadButton Content="B1" />
<telerik:RadButton Content="B2 " />
<telerik:RadButton Content="B3" />
</telerik:RadToolBar>
