BreadcrumbItemCollection is the type of the RadBreadcrumbItem items property.
Definition
Namespace:Telerik.Windows.Controls.Breadcrumb
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class BreadcrumbItemCollection : ObservableCollection<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<object>ObservableCollection<object>BreadcrumbItemCollection
Implements:
Inherited Members
Constructors
C#
public BreadcrumbItemCollection()