When overridden in a derived class, gets the value of the property represented by this node.

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

Syntax

C#
public abstract Object Value { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Value As Object

See Also