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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
protected override DependencyObject GetContainerForItemOverride()
Visual Basic
Protected Overrides Function GetContainerForItemOverride As DependencyObject

Return Value

The element that is used to display the given item.

See Also