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

Represents a separator in a toolbar control for organizing and grouping related toolbar items. The RadToolBarSeparator provides a way to visually separate items, enhancing the toolbar's layout and user experience. When placed within a toolbar, it helps delineate different functionalities or groups of commands. This class inherits from the Control class and supports styling and customization while ensuring that the separator is not navigable via keyboard input by default.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
[TelerikToolboxCategory("Navigation")]
public class RadToolBarSeparator : Control

Inheritance: objectRadToolBarSeparator

Constructors

Initializes a new instance of the RadToolBarSeparator class.

C#
public RadToolBarSeparator()

Methods

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.