Click or drag to resize

BreadcrumbsItems Property

Gets the items.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public BreadcrumbsCollection Items { get; }

Property Value

Type: BreadcrumbsCollection
The items.
See Also