ItemsControl.IsItemItsOwnContainerOverride Method (Object)
.NET Framework (current version)
Determines if the specified item is (or is eligible to be) its own container.
Assembly: PresentationFramework (in PresentationFramework.dll)
Protected Overridable Function IsItemItsOwnContainerOverride ( item As Object ) As Boolean
Parameters
- item
-
Type:
System.Object
The item to check.
Return Value
Type: System.Booleantrue if the item is (or is eligible to be) its own container; otherwise, false.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: