BreadcrumbBar.IsItemItsOwnContainerOverride(object) method¶
Defined in
Type: BreadcrumbBar
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
protected override bool IsItemItsOwnContainerOverride(object item)
Summary: Determines if the specified item is (or is eligible to be) its own container.
Parameters
| Name | Type | Description |
|---|---|---|
item | object | The item to check. |
Returns: bool -- true if the item is (or is eligible to be) its own container; otherwise, false.