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 class Many<T> : Many
Visual Basic (Declaration)
Public Class Many(Of T) _
	Inherits Many

Type Parameters

T
The static type of the property.

Inheritance Hierarchy

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

See Also