A wrapper class which allows the data binding infrastructure to get or set property values without knowing the name of the property being accessed.

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

Syntax

C#
public sealed class ObjectWrapper<T> : ObjectWrapper
Visual Basic (Declaration)
Public NotInheritable Class ObjectWrapper(Of T) _
	Inherits ObjectWrapper

Type Parameters

T

Remarks

This class supports the WPF data binding infrastructure and is not intended for use from user code.

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.ObjectWrapper
    Mindscape.WpfElements.WpfPropertyGrid..::.ObjectWrapper<(Of <(T>)>)

See Also