Manages view state for the PropertyGrid control.

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

See Also