RadControls for Silverlight

BreadcrubmItemCollection is the type of the RadBreadcrumbItem items property.

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

Syntax

C#
public class BreadcrubmItemCollection : ObservableCollection<Object>
Visual Basic
Public Class BreadcrubmItemCollection _
	Inherits ObservableCollection(Of Object)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Object>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'Object>)>)>
      Telerik.Windows.Controls.Breadcrumb..::..BreadcrubmItemCollection

See Also