ClassRadToolBarSeparator
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:
[TelerikToolboxCategory("Navigation")]
public class RadToolBarSeparator : Control
Inheritance: objectRadToolBarSeparator
Constructors
RadToolBarSeparator()
Initializes a new instance of the RadToolBarSeparator class.
Declaration
public RadToolBarSeparator()
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.