ItemsControl.IsItemItsOwnContainerOverride override.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
protected override bool IsItemItsOwnContainerOverride ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function IsItemItsOwnContainerOverride( _ |
true if the item is (or is eligible to be) its own container; otherwise, false.
See Also