Class
RadToolBarSeparator

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:

cs-api-definition
[TelerikToolboxCategory("Navigation")]
public class RadToolBarSeparator : Control

Inheritance: objectRadToolBarSeparator

Constructors

RadToolBarSeparator()

Initializes a new instance of the RadToolBarSeparator class.

Declaration

cs-api-definition
public RadToolBarSeparator()

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.