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

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Return Value

The element that is used to display the given item.

See Also