Manages view state for the PropertyGrid control.
Namespace:
Mindscape.WpfElements.WpfPropertyGridAssembly: 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
System.Collections.ObjectModel..::.Collection<(Of <(PropertyGridRow>)>)
System.Collections.ObjectModel..::.ObservableCollection<(Of <(PropertyGridRow>)>)
Mindscape.WpfElements.WpfPropertyGrid..::.PropertyGridBindingView