Represents a collection of BuiltInEditorStyle objects.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(BuiltInEditorStyle>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(BuiltInEditorStyle>)>)
      Mindscape.WpfPropertyGrid..::.BuiltInEditorStyleCollection

See Also