RadControls for WPF

Represents an item in the RadBreadcrumb control.

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

Syntax

C#
public class RadBreadcrumbItem : DependencyObject, 
	ISupportInitialize
Visual Basic
Public Class RadBreadcrumbItem _
	Inherits DependencyObject _
	Implements ISupportInitialize

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      Telerik.Windows.Controls..::..RadBreadcrumbItem

See Also