Manages view state for the PropertyGrid control.

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 PropertyGridBindingView : ObservableCollection<PropertyGridRow>
Visual Basic (Declaration)
Public NotInheritable Class PropertyGridBindingView _
	Inherits ObservableCollection(Of PropertyGridRow)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(PropertyGridRow>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(PropertyGridRow>)>)
      Mindscape.WpfElements.WpfPropertyGrid..::.PropertyGridBindingView

See Also