Skip to content

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

NameSummary
.ctorInitializes a new instance of the [BreadcrumbBar](# class.

Properties

NameSummary
TemplateButtonCommandGets the [ReactiveCommand](# triggered after clicking.
CommandGets or sets custom command executed after selecting the item.
OnTemplateButtonClickCommand

Fields

NameSummary
static CommandPropertyProperty for [Command](#
static TemplateButtonCommandPropertyProperty for [TemplateButtonCommand](#
static ItemClickedRoutedEventProperty for [ItemClicked](#

Methods

NameSummary
SetupNavigationSetups the navigation.
NavigateToNavigates to the specified view as registered to the viewmodel and updates the Breadcrumb.
NavigateBackNavigates back and updates the Breadcrumb to remove the last item.
OnItemClickedCalled when [item clicked].
IsItemItsOwnContainerOverrideDetermines if the specified item is (or is eligible to be) its own container.
GetContainerForItemOverrideCreates or identifies the element that is used to display the given item.

Events

NameSummary
ItemClickedOccurs when an item is clicked in the [BreadcrumbBar](#
Inherited members