A property grid entry representing an indexed property -- specifically an item in a list or dictionary.

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

Syntax

C#
public class CollectionElement : Node, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class CollectionElement _
	Inherits Node _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.Node
    Mindscape.WpfElements.WpfPropertyGrid..::.CollectionElement

See Also