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

Grip Visibility

Updated on Sep 15, 2025

By default a small grip visual is shown in the RadToolBar control.

WPF RadToolBar Visible Grip Visual

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>           

WPF RadToolBar Visible Grip Visual

See Also

In this article
See Also
Not finding the help you need?
Contact Support