RadBreadcrumbBar
Represents a breadcrumb navigation control that displays a hierarchical series of links to navigate through different levels of content. The breadcrumb bar allows for dynamic changes in the items displayed based on the available width and hides overflow items if necessary. It supports theming and can apply custom templates to the items it contains.
Definition
Namespace:Telerik.Windows.Controls.Breadcrumb
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
[Themable]
public class RadBreadcrumbBar : HeaderedItemsControl
Inheritance: objectRadBreadcrumbBar
Constructors
Initializes a new instance of the RadBreadcrumbBar class.
public RadBreadcrumbBar()
Methods
Arranges the items.
protected override Size ArrangeOverride(Size finalSize)
Size
Clean up RadBreadcrumbBarItem item.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
GetContainerForItemOverride()
DependencyObject
Returns a RadBreadcrumbBarItem.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
Applies the template for the RadBreadcrumbBar.
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Prepares a RadBreadcrumbBarItem item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Resets the theme.
public void ResetTheme()