BreadcrumbBar class¶
Attributes: [StyleTypedProperty]
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.BreadcrumbBar
Modifiers: public
Summary¶
The BreadcrumbBar control provides the direct path of pages or folders to the current location.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class BreadcrumbBar
class ItemsControl
ItemsControl <|-- BreadcrumbBar
class IUseHostedNavigation {
<>
}
IUseHostedNavigation <|.. BreadcrumbBar
Inherits from: ItemsControl
Implements: IUseHostedNavigation
Examples¶
<ui:BreadcrumbBar x:Name="BreadcrumbBar" />
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [BreadcrumbBar](# class. |
Properties¶
| Name | Summary |
|---|---|
| TemplateButtonCommand | Gets the [ReactiveCommand](# triggered after clicking. |
| Command | Gets or sets custom command executed after selecting the item. |
| OnTemplateButtonClickCommand |
Fields¶
| Name | Summary |
|---|---|
| static CommandProperty | Property for [Command](# |
| static TemplateButtonCommandProperty | Property for [TemplateButtonCommand](# |
| static ItemClickedRoutedEvent | Property for [ItemClicked](# |
Methods¶
| Name | Summary |
|---|---|
| SetupNavigation | Setups the navigation. |
| NavigateTo | Navigates to the specified view as registered to the viewmodel and updates the Breadcrumb. |
| NavigateBack | Navigates back and updates the Breadcrumb to remove the last item. |
| OnItemClicked | Called when [item clicked]. |
| IsItemItsOwnContainerOverride | Determines if the specified item is (or is eligible to be) its own container. |
| GetContainerForItemOverride | Creates or identifies the element that is used to display the given item. |
Events¶
| Name | Summary |
|---|---|
| ItemClicked | Occurs when an item is clicked in the [BreadcrumbBar](# |