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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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