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 As Object _
) As Boolean
protected override bool IsItemItsOwnContainerOverride(
object
)
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