Gets or sets the value of the property. Getting the value is meaningful only when IsConsistent is true. Setting the value sets the property value on all objects in the Many.

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

Syntax

C#
public T Value { get; set; }
Visual Basic (Declaration)
Public Property Value As T

See Also