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

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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