RadControls for WPF

RadBreadCrumb is a navigation control that allows users to keep track of their locations within programs or documents.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public class RadBreadcrumb : HeaderedItemsControl, 
	IThemable, IPopupWrapperOwner
Visual Basic
Public Class RadBreadcrumb _
	Inherits HeaderedItemsControl _
	Implements IThemable, IPopupWrapperOwner

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                System.Windows.Controls..::..HeaderedItemsControl
                  Telerik.Windows.Controls..::..RadBreadcrumb

See Also