Skip to content

BreadcrumbBarItem class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.BreadcrumbBarItem Modifiers: public

Summary

Represents an item in a BreadcrumbBar control.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class BreadcrumbBarItem
class ContentControl
ContentControl <|-- BreadcrumbBarItem

Inherits from: ContentControl

Constructors

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

Properties

NameSummary
NavigationTypeGets or sets the type of the navigation.
SelfGets the self.
IconGets or sets displayed [IconElement](#
IconMarginGets or sets get or sets margin for the [Icon](#
IsLastGets or sets a value indicating whether the current item is the last one.

Fields

NameSummary
static IconPropertyProperty for [Icon](#
static IconMarginPropertyProperty for [IconMargin](#
static IsLastPropertyProperty for [IsLast](#
static SelfPropertyThe self property.
static NavigationTypePropertyThe navigation type property.
Inherited members