Creates or identifies the element that is used to display the given item.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override DependencyObject GetContainerForItemOverride()
Visual Basic
Protected Overrides Function GetContainerForItemOverride As DependencyObject
Visual C++
protected:
virtual DependencyObject^ GetContainerForItemOverride() override

Return Value

The element that is used to display the given item.

See Also