The IBreadcrumbItems interface contains properties and methods that are used to work with the collection of elements of the Breadcrumb component.
| Property name | Brief description | |
| The Count property returns the number of elements in the collection. | ||
| The Item property returns parameters of the specified element. |
| Method name | Brief description | |
| The Add method adds a new element of the Breadcrumb component. | ||
| The Clear method removes all collection elements. | ||
| The Insert method inserts a new element in the specified position. | ||
| The Move method moves the specified element to the specified position. | ||
| The RemoveAt method removes the specified element. |
See also: