Gets the value (if available). This value is meaningful only if IsConsistent is true.

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 RawValue { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property RawValue As Object

See Also