Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListViewer Class / IsItemItsOwnContainerOverride Method
The item to check.

In This Topic
    IsItemItsOwnContainerOverride Method (C1ListViewer)
    In This Topic
    Determines if the specified item is (or is eligible to be) its own container.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsItemItsOwnContainerOverride( _
       ByVal item As Object _
    ) As Boolean
    protected override bool IsItemItsOwnContainerOverride( 
       object item
    )

    Parameters

    item
    The item to check.

    Return Value

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