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 | |
![]() |
Count | The Count property returns the number of elements in the collection. |
![]() |
Item | The Item property returns parameters of the specified element. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a new element of the Breadcrumb component. |
![]() |
Clear | The Clear method removes all collection elements. |
![]() |
Insert | The Insert method inserts a new element in the specified position. |
![]() |
Move | The Move method moves the specified element to the specified position. |
![]() |
RemoveAt | The RemoveAt method removes the specified element. |
See also: