A collection of Editor objects.

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

Syntax

C#
public class EditorCollection : ObservableCollection<Editor>
Visual Basic (Declaration)
Public Class EditorCollection _
	Inherits ObservableCollection(Of Editor)

Inheritance Hierarchy

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

See Also