Represents a collection of BuiltInEditorStyle 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 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.WpfElements.WpfPropertyGrid..::.BuiltInEditorStyleCollection

See Also