ClassBreadcrumbItemCollection
Class
BreadcrumbItemCollection is the type of the RadBreadcrumbItem items property.
Definition
Namespace:Telerik.Windows.Controls.Breadcrumb
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
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
BreadcrumbItemCollection()
Declaration
cs-api-definition
public BreadcrumbItemCollection()