Represents a property that may have different values across the selected objects.

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

Syntax

C#
public abstract class Many : INotifyPropertyChanged, 
	INotifyPropertyChanging, ICustomTypeDescriptor
Visual Basic (Declaration)
Public MustInherit Class Many _
	Implements INotifyPropertyChanged, INotifyPropertyChanging, ICustomTypeDescriptor

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.Many
    Mindscape.WpfElements.WpfPropertyGrid..::.Many<(Of <(T>)>)

See Also