Determines if the specified item is (or is eligible to be) its own container.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override bool IsItemItsOwnContainerOverride(
	Object item
)
Visual Basic (Declaration)
Protected Overrides Function IsItemItsOwnContainerOverride ( _
	item As Object _
) As Boolean

Parameters

item
Type: System..::.Object
The item to check.

Return Value

true if the item is (or is eligible to be) its own container; otherwise, false.

See Also