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

Syntax

C#
public class ObjectWrapper : INotifyPropertyChanged
Visual Basic (Declaration)
Public Class ObjectWrapper _
	Implements INotifyPropertyChanged

Remarks

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

Inheritance Hierarchy

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

See Also